Public Member Functions

com.cosylab.logging.engine.RemoteAccess Interface Reference

Inheritance diagram for com.cosylab.logging.engine.RemoteAccess:
com.cosylab.logging.engine.ACS.ACSRemoteAccess com.cosylab.logging.engine.simulator.simulatorRemoteAccess

List of all members.

Public Member Functions

void destroy ()
void initialize (ORB theORB, Manager manager)
boolean isInitialized ()
boolean isConnected ()
void close (boolean sync)

Detailed Description

Interface implemented by ACSRemoteAccess and simulatorRemoteAccess. Its methods serve the basic purpose of creating, using and destroying the engine to which messages are directed. Creation date: (10/30/2001 3:42:14 PM)

Author:
:

Member Function Documentation

void com.cosylab.logging.engine.RemoteAccess.close ( boolean  sync  ) 

Close the threads and free all the resources

Parameters:
sync If it is true wait the termination of the threads before returning

Implemented in com.cosylab.logging.engine.ACS.ACSRemoteAccess, and com.cosylab.logging.engine.simulator.simulatorRemoteAccess.

void com.cosylab.logging.engine.RemoteAccess.destroy (  ) 
void com.cosylab.logging.engine.RemoteAccess.initialize ( ORB  theORB,
Manager  manager 
)
boolean com.cosylab.logging.engine.RemoteAccess.isConnected (  ) 
boolean com.cosylab.logging.engine.RemoteAccess.isInitialized (  ) 

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties