This file contains a client of TargetManager. More...
#include "DAnCE/Deployment/Deployment_DataC.h"
#include "DAnCE/Deployment/Deployment_ResourceCommitmentManagerC.h"
#include "DAnCE/TargetManager/TargetManagerC.h"
#include "ace/streams.h"
#include "ace/FILE_IO.h"
#include "ace/FILE_Connector.h"
#include "ace/FILE_Addr.h"
#include "ace/Get_Opt.h"
#include "tools/Config_Handlers/DnC_Dump.h"
Namespaces | |
namespace | TM_Tester |
Functions | |
void | TM_Tester::write_to_file (::Deployment::Domain domain) |
bool | TM_Tester::parse_args (int argc, ACE_TCHAR *argv[]) |
parses the arguments and extracts the params | |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
The main function. | |
Variables | |
const ACE_TCHAR * | TM_Tester::stringified_TM_IOR |
variable contains IOR of the TM | |
bool | TM_Tester::add_to_domain = true |
if add or delete from domain | |
bool | TM_Tester::call_update = false |
whether to test update domain or not | |
const ACE_TCHAR * | TM_Tester::host_name |
contains the host name |
This file contains a client of TargetManager.
It picks up the TM ior from the Targetmanager.ior file present in the current directory, and makes the calls on the TM to getAllResources and getAvailable resources
int ACE_TMAIN | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) |
The main function.