Public Member Functions | |
void | setContainerServices (ContainerServicesImpl containerServices) |
AuthenticationData | authenticate (long execution_id, String question) |
void | components_available (ComponentInfo[] components) |
void | components_unavailable (String[] component_names) |
void | disconnect () |
void | message (short type, String message) |
void | taggedmessage (short type, short tag, String message) |
String | name () |
boolean | ping () |
Package Functions | |
ManagerClient (String clientName, Logger logger) | |
Private Attributes | |
final String | m_clientName |
final Logger | m_logger |
final long | startTimeUTClong |
long | executionId = -1 |
volatile ContainerServicesImpl | containerServices |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optional container services, used for notification for components_available etc. To be set by the client application, and later used by the methods which the manager calls (in other threads, thus this field should be volatile to ensure that a non-null value becomes visible) |
|
|
|
|
|
|
|
|