#include <acsRequest.h>
Public Member Functions | |
ACSServiceRequestDescription (ACSServiceType iservice, int iinstance_number) | |
ACSServiceRequestDescription (const ACSServiceRequestDescription &desc) | |
ACSErr::Completion_var | executeLocal (ACSServiceRequestType request_type) |
ACSErr::Completion_var | executeRemote (ACSServiceRequestType request_type, CORBA::ORB_ptr orb, acsdaemon::DaemonCallback_ptr cbptr, const char *corbaloc) |
void | setFromXMLAttributes (const char **atts) |
void | setName (const char *iname) |
void | setDomain (const char *idomain) |
void | setLoadIR (bool iloadir) |
void | setWaitLoadIR (bool iwait) |
void | setRecovery (bool irecovery) |
void | setCdbXMLDir (const char *icdbxmldir) |
int | getInstanceNumber () |
const char * | getName () |
const char * | getHost () |
ACSServiceType | getACSService () |
const char * | getACSServiceName () |
Private Member Functions | |
ACE_CString | prepareCommand (ACSServiceRequestType request_type, bool log) |
Private Attributes | |
ACSServiceType | service |
int | instance_number |
const char * | host |
const char * | name |
const char * | domain |
const char * | cdbxmldir |
bool | loadir |
bool | wait |
bool | recovery |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|