BoilerPlate: Reusable CORBA |
#include <SysHook.h>
Inheritance diagram for SysHook:
OrbInit should be the only SysHook in a system.
Public Member Functions | |
virtual void | shutDown ()=0 throw (CORBA::SystemException) |
virtual void | run ()=0 throw (CORBA::SystemException) |
virtual void | holdRequests (bool wait)=0 throw (PortableServer::POAManager::AdapterInactive) |
virtual void | activate ()=0 throw (PortableServer::POAManager::AdapterInactive) |
virtual void | discardRequests (bool wait)=0 throw (PortableServer::POAManager::AdapterInactive) |
|
Activate the POAManager Implemented in OrbInit. |
|
Ask the system to discard requests The POA Manager will discard all incoming requests. The server will raise a TRANSIENT system exception.
Implemented in OrbInit. |
|
Ask the system to hold requests A caller can ask the POAManager to hold requests until the caller uses activate
Implemented in OrbInit. |
|
Ask the system to run Implemented in OrbInit. |
|
Ask the system to shutdown Implemented in OrbInit. |
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:22:34 2004 for BoilerPlate by 1.3.7 |