Public Member Functions | |
ACSRemoteAccess (ACSListenersDispatcher listeners, ACSLogRetrieval retrieval) | |
synchronized void | destroy () |
ConsumerAdmin | getConsumerAdmin () |
ORB | getORB () |
void | initialize (ORB theORB, Manager manager) |
boolean | isInitialized () |
boolean | isSupended () |
boolean | isConnected () |
void | setSuspended (boolean suspended) |
void | close (boolean sync) |
Static Public Attributes | |
final String | MANAGER_PROPERTY = System.getProperty("ACS.manager") |
final String | LOGGING_BINARY_FORMAT = System.getProperty("ACS.loggingBin") |
final String | NAME_SERVICE = NAMING_SERVICE_NAME.value |
final String | LOGGING_XML_CHANNEL = LOGGING_CHANNEL_XML_NAME.value |
final String | LOGGING_BIN_CHANNEL = LOGGING_CHANNEL_NAME.value |
Private Member Functions | |
ConstraintExp[] | createConstraints () |
boolean | createConsumerAdmin () |
void | createFilter () |
boolean | createStructuredPushConsumer () |
si.ijs.maci.Manager | resolveManagerReference () |
NamingContext | resolveNamingServiceContext (si.ijs.maci.Manager manager) |
boolean | resolveNotifyChannel (String channelName, NamingContext namingContext) |
Private Attributes | |
boolean | isInitialized = false |
ORB | orb |
boolean | isExternalORB |
EventChannel | eventChannel = null |
ConsumerAdmin | consumerAdmin = null |
ACSStructuredPushConsumer | acsSPS = null |
ACSListenersDispatcher | listenersDispatcher = null |
FiltersVector | filters = null |
EngineAudienceHelper | audience = EngineAudienceHelper.NO_AUDIENCE |
ACSLogRetrieval | logRetrieval |
Creation date: (10/30/2001 3:48:32 PM)
|
ACSRemoteAccss constructor comment.
|
|
Close the threads and free all the resources
Implements com::cosylab::logging::engine::RemoteAccess.
|
|
This method can not be used in the current implementation of ACS logging But it will be useful for archiving. |
|
|
|
This method can not be used in the current implementation of ACS logging But it will be useful for archiving. |
|
|
|
destroy method comment. Not implemented yet. Implements com::cosylab::logging::engine::RemoteAccess.
|
|
|
|
|
|
Initialize the connection.
Implements com::cosylab::logging::engine::RemoteAccess.
|
|
Implements com::cosylab::logging::engine::RemoteAccess.
|
|
isInitialized method comment. Implements com::cosylab::logging::engine::RemoteAccess.
|
|
|
|
|
|
|
|
|
|
Suspend the notification of the incoming logs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|