Loading...
 

CX_REMOTE_MANAGER

CX_REMOTE_MANAGER

Class hierarchy
Description:

The Remote Manager is used to control the systems for communication between remote ClassiX® instances and other applications offering compatible network interfaces. The Remote Manager offers functions common to most network interfaces. To use special functions of a certain network interface (e.g. Corba), it is necessary to create a specific manager for this interface.

Currently Corba is implemented as a network interface, see below: CX_CORBA_MANAGER

List of methods (MDI)
Function MA* Parameters Return Brief description
SendMsg STRING, STRING, STRING, STRING INTEGER Sends a message via network.
EnableRemoteMsg Initialises all network interfaces.
DisableRemoteMsg Stops all network interfaces.
RemoteServicesAvailable STRING INTEGER Returns whether a specific network interface has been successfully initialized.
GetCorbaManager OBJECT Provides a manager specialised for Corba.
GetSpecializedManager STRING OBJECT Provides a specialised manager.
* MA = Member Access function,
grey background = inherited function