Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ServerObject_i Class Reference

Class for pinging a server. Implementation Repository uses this to communicate with the IMR registered servers. More...

#include <ImplRepo_i.h>

Inheritance diagram for ServerObject_i:

Inheritance graph
[legend]
Collaboration diagram for ServerObject_i:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ServerObject_i (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
 Constructor.
void ping (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException)
 Ping method.
void shutdown (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException)
 Shutdown the server.
PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
 Returns the default POA for this servant.

Protected Attributes

CORBA::ORB_var orb_
PortableServer::POA_var poa_
 POA that we are registered with.

Detailed Description

Class for pinging a server. Implementation Repository uses this to communicate with the IMR registered servers.


Constructor & Destructor Documentation

ServerObject_i::ServerObject_i CORBA::ORB_ptr  orb,
PortableServer::POA_ptr  poa
 

Constructor.

ImplRepo related.


Member Function Documentation

PortableServer::POA_ptr ServerObject_i::_default_POA ACE_ENV_SINGLE_ARG_DECL_NOT_USED   ) 
 

Returns the default POA for this servant.

void ServerObject_i::ping ACE_ENV_SINGLE_ARG_DECL_NOT_USED   )  throw (CORBA::SystemException)
 

Ping method.

void ServerObject_i::shutdown ACE_ENV_SINGLE_ARG_DECL   )  throw (CORBA::SystemException) [virtual]
 

Shutdown the server.

Implements POA_ImplementationRepository::ServerObject.


Member Data Documentation

CORBA::ORB_var ServerObject_i::orb_ [protected]
 

Our ORB. We need this member in case we need to shutdown the server.

PortableServer::POA_var ServerObject_i::poa_ [protected]
 

POA that we are registered with.


The documentation for this class was generated from the following files:
Generated on Fri Dec 31 15:40:43 2004 for TAO_PortableServer by  doxygen 1.3.9.1