Vulcan Logic SRM  

SRM - Documentation


^ SRM Documentation

- User documentation
- Function reference
- Administration documentation
- API documentation
- Design

II. Function reference

Table of Contents
I. Standard module
srm_version --  Retrieve the version number from the SRM Daemon.
srm_function_list --  Return a list with all supported functions.
srm_function_exists --  Check if a function is supported by the Daemon.
srm_module_list --  Retrieve a list with all loaded modules.
srm_module_exists --  Checks if a specific module has been loaded into the daemon.
srm_module_info --  Return detailed info about a module.
srm_application_keys --  Returns a list with all stored application keys.
srm_session_keys --  Returns a list with all stored session keys.
lock --  Obtains an advisory lock on a application variable.
unlock --  Releases a lock on a application variable.
II. Sapi module
get_loaded_bananas --  Returns a list with all currently loaded Bananas from the SRM Daemon.
III. Class reference
Class SRM --  This class is used to establish and maintain a connection to the SRM Daemon.
Class SRMApp --  Instantiate a class on the remote Daemon.
Class Banana --  This is the virtual class for Banana objects.
Prev: Commercial support Next: Standard module


© 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by The Vulcan Logic Group