Public Member Functions | |
ClientProxyImpl (String name, Logger logger) | |
String | name () |
void | disconnect () |
AuthenticationData | authenticate (long executionId, String question) |
void | message (short type, String message) |
void | taggedmessage (short type, short id, String message) |
boolean | ping () |
void | components_available (ComponentInfo[] components) |
void | components_unavailable (String[] component_names) |
String | toString () |
boolean | login (ORB orb, Manager manager) |
void | logout () |
Object | getComponent (URI curl, boolean activate) |
void | releaseComponent (URI curl) |
Static Public Member Functions | |
ClientType | toClientType (com.cosylab.acs.maci.ClientType type) |
ImplLangType | toImplLangType (com.cosylab.acs.maci.ImplLang type) |
Private Attributes | |
ClientImpl | client |
Manager | manager |
Logger | logger |
|
CORBA proxy implementation of
|
|
|
|
|
|
|
|
|
|
Request and obtain Component from the manager.
|
|
Login to the manager and obtain handle.
|
|
Logout from manager. |
|
|
|
|
|
|
|
Releases Component at the manager.
|
|
|
|
Convert manager ClientType to CORBA type.
|
|
Convert manager ImplLang to CORBA type.
|
|
Returns a single-line rendition of this instance into text.
|
|
|
|
Logger. |
|
CORBA reference of the |