#include <ImplRepo_i.h>
Inheritance diagram for ServerObject_i
Public Methods | |
ServerObject_i (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
Constructor. | |
void | ping (CORBA::Environment &) throw (CORBA::SystemException) |
Ping method. | |
void | shutdown (CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException) |
Shutdown the server. | |
PortableServer::POA_ptr | _default_POA (CORBA::Environment &) |
Returns the default POA for this servant. | |
Protected Attributes | |
CORBA::ORB_var | orb_ |
Our ORB. We need this member in case we need to shutdown the server. | |
PortableServer::POA_var | poa_ |
POA that we are registered with. |
|
Constructor.
|
|
Returns the default POA for this servant.
|
|
Ping method.
|
|
Shutdown the server.
|
|
Our ORB. We need this member in case we need to shutdown the server.
|
|
POA that we are registered with.
|