#include <acsImpBaseHandlerImpl.h>
Collaboration diagram for ACSImpBaseHandlerImpl< T >:
Public Member Functions | |
ACSImpBaseHandlerImpl (ACSServiceType iservice) | |
virtual | ~ACSImpBaseHandlerImpl () |
void | setService (ACSDaemonServiceImpl< T > *serviceimpl) |
void | initialize (CORBA::ORB_ptr orb) |
void | dispose (CORBA::ORB_ptr orb) |
std::string | getName () |
std::string | getType () |
std::string | getPort () |
void | shutdown () |
bool | ping () |
void | set_manager_reference (const char *ref) |
Protected Attributes | |
ACSServiceType | service |
ACSDaemonServiceImpl< T > * | serviceimpl |
ACSDaemonContext * | context |
|
Constructor |
|
Destructor |
|
Dispose handler |
|
Get the name of this container handler |
|
Return the port where this services handler listens for connections |
|
Get the type string of this container handler |
|
Initialize handler |
|
|
|
|
|
Sets ACS Daemon service |
|
|
|
|
|
|
|
|