Public Member Functions | |
ComponentProxy (Object reference) | |
ComponentProxy (String name, Object reference) | |
boolean | doesImplement (String type) |
void | construct () throws RemoteException |
void | destruct () throws RemoteException |
String[] | implementedInterfaces () |
java.lang.Object | getObject () |
String | toString () |
Protected Attributes | |
String | ior |
Private Member Functions | |
void | checkConstructable () |
String[] | resolveImplementedInterfaces () |
void | writeObject (ObjectOutputStream stream) throws IOException |
void | readObject (ObjectInputStream stream) throws IOException, ClassNotFoundException |
Private Attributes | |
String | name = defaultName |
String[] | interfaces |
Object | reference |
Static Private Attributes | |
final long | serialVersionUID = 4012133222547881699L |
final String | defaultName = "<unnamed>" |
|
Construct an implementaiton of Component.
|
|
Construct an implementaiton of Component.
|
|
Check if Component implements |
|
Implements com::cosylab::acs::maci::Component.
|
|
Implements com::cosylab::acs::maci::Component.
|
|
Implements com::cosylab::acs::maci::Component.
|
|
Returns the object.
Implements com::cosylab::acs::maci::Component.
|
|
Implements com::cosylab::acs::maci::Component.
|
|
Reconstitute the |
|
Returns list of implemented interfaces.
|
|
Returns a single-line rendition of this instance into text.
|
|
Save the state of the |
|
Default Component name. |
|
List of implemented interfaces. |
|
Cached serialized reference. |
|
Component name, can be |
|
CORBA reference. |
|
Serial version UID. |