|
| | DAnCE_Domain_Validator_i (CORBA::ORB_ptr orb) |
| |
| virtual | ~DAnCE_Domain_Validator_i (void) |
| |
| virtual bool | load_domain_from_file (const char *filename) |
| |
| virtual void | load_domain (const ::Deployment::Domain &domain) |
| |
| virtual ::CORBA::Boolean | validate_node (const char *node_name) |
| |
| virtual ::CORBA::Boolean | block_for_node (const char *node_name, const ::DAnCE::Time_Value &max_block_time) |
| |
| virtual ::CORBA::Boolean | validate_domain (::CORBA::StringSeq_out late_nodes) |
| |
| virtual ::CORBA::Boolean | block_for_domain (const ::DAnCE::Time_Value &max_block_time,::CORBA::StringSeq_out late_nodes) |
| |
| virtual ::CORBA::Boolean | validate_plan (const ::Deployment::DeploymentPlan &plan,::CORBA::StringSeq_out late_nodes) |
| |
| virtual ::CORBA::Boolean | block_for_plan (const ::Deployment::DeploymentPlan &plan, const ::DAnCE::Time_Value &max_block_time,::CORBA::StringSeq_out late_nodes) |
| |
| boolean | load_domain_from_file (in string filename) |
| | Loads a domain from a plan file. More...
|
| |
| void | load_domain (in::Deployment::Domain domain) |
| | Initializes the domain validator with a provided domain object. More...
|
| |
| boolean | validate_node (in string node_name) |
| | Validates. More...
|
| |
| boolean | block_for_node (in string node_name, in Time_Value max_block_time) |
| | blocks until a given node is made ready More...
|
| |
| boolean | validate_domain (out CORBA::StringSeq late_nodes) |
| |
| boolean | block_for_domain (in Time_Value max_block_time, out CORBA::StringSeq late_nodes) |
| |
| boolean | validate_plan (in::Deployment::DeploymentPlan plan, out CORBA::StringSeq late_nodes) |
| |
| boolean | block_for_plan (in::Deployment::DeploymentPlan plan, in Time_Value max_block_time, out CORBA::StringSeq late_nodes) |
| |
| virtual TAO::ObjectKey * | _key (void) |
| |
| virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
| |
| virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
| |
| virtual CORBA::Boolean | _non_existent (void) |
| |
| virtual InterfaceDef_ptr | _get_interface (void) |
| |
| virtual CORBA::Object_ptr | _get_component (void) |
| |
| virtual char * | _repository_id (void) |
| |
| virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
| |
| virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
| |
| virtual CORBA::Request_ptr | _request (const char *operation) |
| |
| virtual CORBA::ORB_ptr | _get_orb (void) |
| |