

Public Member Functions | |
| DaemonProxy (alma.acsdaemon.ContainerDaemon daemon) | |
| void | startContainer (String containerType, String containerName, short instanceNumber, String flags) throws RemoteException |
| alma.acsdaemon.ContainerDaemon | getDaemon () |
| String | toString () |
| boolean | equals (Object obj) |
Protected Attributes | |
| alma.acsdaemon.ContainerDaemon | daemon |
Private Member Functions | |
| void | writeObject (ObjectOutputStream stream) throws IOException |
| void | readObject (ObjectInputStream stream) throws IOException, ClassNotFoundException |
Static Private Attributes | |
| static final long | serialVersionUID = -5090533056497509226L |
CORBA Deamon Proxy.
| com::cosylab::acs::maci::plug::DaemonProxy::DaemonProxy | ( | alma.acsdaemon.ContainerDaemon | daemon | ) | [inline] |
| boolean com::cosylab::acs::maci::plug::DaemonProxy::equals | ( | Object | obj | ) | [inline] |
References daemon, and getDaemon().
| alma.acsdaemon.ContainerDaemon com::cosylab::acs::maci::plug::DaemonProxy::getDaemon | ( | ) | [inline] |
| void com::cosylab::acs::maci::plug::DaemonProxy::readObject | ( | ObjectInputStream | stream | ) | throws IOException, ClassNotFoundException [inline, private] |
Reconstitute the ContainerProxy instance from a stream (that is, deserialize it).
References daemon, and com::cosylab::acs::maci::plug::CORBAReferenceSerializator::deserialize().
| void com::cosylab::acs::maci::plug::DaemonProxy::startContainer | ( | String | containerType, | |
| String | containerName, | |||
| short | instanceNumber, | |||
| String | flags | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Daemon.
References daemon.
| String com::cosylab::acs::maci::plug::DaemonProxy::toString | ( | ) | [inline] |
Returns a single-line rendition of this instance into text.
References daemon.
| void com::cosylab::acs::maci::plug::DaemonProxy::writeObject | ( | ObjectOutputStream | stream | ) | throws IOException [inline, private] |
Save the state of the ContainerProxy instance to a stream (that is, serialize it).
References daemon, and com::cosylab::acs::maci::plug::CORBAReferenceSerializator::serialize().
CORBA reference.
Referenced by DaemonProxy(), equals(), getDaemon(), readObject(), startContainer(), toString(), and writeObject().
final long com::cosylab::acs::maci::plug::DaemonProxy::serialVersionUID = -5090533056497509226L [static, private] |
Serial version UID.
1.6.2