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

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

List of all members.

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

Detailed Description

CORBA Deamon Proxy.

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

Constructor & Destructor Documentation

com::cosylab::acs::maci::plug::DaemonProxy::DaemonProxy ( alma.acsdaemon.ContainerDaemon  daemon  )  [inline]

Constructor for DaemonProxy.

Parameters:
daemon CORBA reference, non-null.

References daemon.


Member Function Documentation

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

References daemon, and getDaemon().

alma.acsdaemon.ContainerDaemon com::cosylab::acs::maci::plug::DaemonProxy::getDaemon (  )  [inline]

Returns the daemon.

Returns:
alma.acsdaemon.Daemon

References daemon.

Referenced by equals().

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]
See also:
com.cosylab.acs.maci.Daemon::startContainer(java.lang.String, java.lang.String, short, java.lang.String)

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.

Returns:
internal state of this instance

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


Member Data Documentation

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

Serial version UID.


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

Generated by  doxygen 1.6.2