com::cosylab::acs::maci::plug::ServiceDaemonProxy Class Reference

Inheritance diagram for com::cosylab::acs::maci::plug::ServiceDaemonProxy:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::acs::maci::plug::ServiceDaemonProxy:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

CORBA Deamon Proxy.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@
Author:
msekoranja

Constructor & Destructor Documentation

com::cosylab::acs::maci::plug::ServiceDaemonProxy::ServiceDaemonProxy ( alma.acsdaemon.ServicesDaemon  daemon  )  [inline]

Constructor for ServiceDaemonProxy.

Parameters:
daemon CORBA reference, non-null.

References daemon.


Member Function Documentation

boolean com::cosylab::acs::maci::plug::ServiceDaemonProxy::equals ( Object  obj  )  [inline]
See also:
java.lang.Object::equals(Object)

References daemon, and getServiceDaemon().

alma.acsdaemon.ServicesDaemon com::cosylab::acs::maci::plug::ServiceDaemonProxy::getServiceDaemon (  )  [inline]

Returns the daemon.

Returns:
alma.acsdaemon.Daemon

References daemon.

Referenced by equals().

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.

Parameters:
reference manager reference (corbaloc or IOR).
Exceptions:
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.

Returns:
internal state of this instance

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().


Member Data Documentation

final long com::cosylab::acs::maci::plug::ServiceDaemonProxy::serialVersionUID = -5090533056497509227L [static, private]

Serial version UID.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2