

Public Member Functions | |
| ServiceDaemonProxy (alma.acsdaemon.ServicesDaemon daemon) | |
| void | setManagerReference (String reference) throws RemoteException |
| alma.acsdaemon.ServicesDaemon | getServiceDaemon () |
| String | toString () |
| boolean | equals (Object obj) |
Protected Attributes | |
| alma.acsdaemon.ServicesDaemon | daemon |
Private Member Functions | |
| void | writeObject (ObjectOutputStream stream) throws IOException |
| void | readObject (ObjectInputStream stream) throws IOException, ClassNotFoundException |
Static Private Attributes | |
| static final long | serialVersionUID = -5090533056497509227L |
CORBA Deamon Proxy.
| com::cosylab::acs::maci::plug::ServiceDaemonProxy::ServiceDaemonProxy | ( | alma.acsdaemon.ServicesDaemon | daemon | ) | [inline] |
Constructor for ServiceDaemonProxy.
| daemon | CORBA reference, non-null. |
References daemon.
| boolean com::cosylab::acs::maci::plug::ServiceDaemonProxy::equals | ( | Object | obj | ) | [inline] |
References daemon, and getServiceDaemon().
| alma.acsdaemon.ServicesDaemon com::cosylab::acs::maci::plug::ServiceDaemonProxy::getServiceDaemon | ( | ) | [inline] |
| void com::cosylab::acs::maci::plug::ServiceDaemonProxy::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::ServiceDaemonProxy::setManagerReference | ( | String | reference | ) | throws RemoteException [inline] |
Set manager reference.
| reference | manager reference (corbaloc or IOR). |
| RemoteException |
Implements com::cosylab::acs::maci::ServiceDaemon.
References daemon.
| String com::cosylab::acs::maci::plug::ServiceDaemonProxy::toString | ( | ) | [inline] |
Returns a single-line rendition of this instance into text.
References daemon.
| void com::cosylab::acs::maci::plug::ServiceDaemonProxy::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 equals(), getServiceDaemon(), readObject(), ServiceDaemonProxy(), setManagerReference(), toString(), and writeObject().
final long com::cosylab::acs::maci::plug::ServiceDaemonProxy::serialVersionUID = -5090533056497509227L [static, private] |
Serial version UID.
1.6.2