_activated | ColCOWS::NodeDesc | [protected] |
_event_cond | ColCOWS::Node | [protected] |
_event_handler_manager | ColCOWS::Node | [protected] |
_event_mut | ColCOWS::Node | [protected] |
_fully_activated | ColCOWS::Node | [protected] |
_key (defined in std::map< std::string, ObjectDesc >) | std::map< std::string, ObjectDesc > | |
_local_workspace | ColCOWS::Node | [protected] |
_max_descendant | ColCOWS::NodeDesc | [protected] |
_node_kind | ColCOWS::NodeDesc | [protected] |
_node_servant | ColCOWS::Node | [protected] |
_num_node | ColCOWS::NodeDesc | [protected] |
_orbp | ColCOWS::Node | [protected] |
_remote_workspace_manager | ColCOWS::Node | [protected] |
_value (defined in std::map< std::string, ObjectDesc >) | std::map< std::string, ObjectDesc > | |
activate() | ColCOWS::Node | |
addEventHandler(EventHandler *event_handler) | ColCOWS::Node | |
addReference(std::string obj_id, std::string obj_kind, CORBA::Object *ref) | ColCOWS::NodeDesc | |
calculMaxDescend(unsigned long min, unsigned long max, unsigned long num_child, unsigned long base) (defined in ColCOWS::Node) | ColCOWS::Node | [protected, static] |
calculNumFather(unsigned long min, unsigned long max, unsigned long num_child, unsigned long base) (defined in ColCOWS::Node) | ColCOWS::Node | [protected, static] |
clearReferences() | ColCOWS::NodeDesc | |
connect(const std::string &ws_id, const std::string &ws_kind) | ColCOWS::Node | [inline] |
connect(const std::string &ws_id, const std::string &ws_kind, const std::string &nameservice_str) | ColCOWS::Node | |
convertFromIdl(const IdlNodeDesc &idl_node_desc) | ColCOWS::NodeDesc | |
convertToIdl(IdlNodeDesc &idl_node_desc) const | ColCOWS::NodeDesc | |
deactivate() | ColCOWS::Node | |
disconnect(unsigned long num_connection) | ColCOWS::Node | |
disconnectAll() | ColCOWS::Node | |
getActivated() const | ColCOWS::NodeDesc | [inline] |
getEventHandlerManager() | ColCOWS::Node | [inline] |
getKind() const | ColCOWS::NodeDesc | [inline] |
getLocalNbNodes(std::string node_kind="") const | ColCOWS::Node | [inline] |
getLocalWorkspace() | ColCOWS::Node | [inline] |
getLocalWorkspaceID() const | ColCOWS::Node | [inline] |
getLocalWorkspaceKind() const | ColCOWS::Node | [inline] |
getMaxDescendant() const | ColCOWS::NodeDesc | [inline] |
getNumConnection(std::string ws_id, std::string ws_kind) | ColCOWS::Node | |
getNumConnectionVec(std::vector< unsigned long > &num_connection_vec, std::string ws_id="", std::string ws_kind="") | ColCOWS::Node | |
getNumNode() const | ColCOWS::NodeDesc | [inline] |
getObjectDescVec(ExtObjectDescVec &object_desc_vec, std::string obj_id="", std::string obj_kind="") const | ColCOWS::NodeDesc | |
getORB() const | ColCOWS::Node | [inline] |
getReference(std::string obj_id) const | ColCOWS::NodeDesc | |
getRemoteNbNodes(unsigned long num_connection, std::string node_kind="") | ColCOWS::Node | |
getRemoteWorkspace(unsigned int num_connection) | ColCOWS::Node | [inline] |
getRemoteWorkspaceID(unsigned long num_connection) | ColCOWS::Node | |
getRemoteWorkspaceKind(unsigned long num_connection) | ColCOWS::Node | |
getRemoteWorkspaceManager() | ColCOWS::Node | [inline] |
isActivated() const | ColCOWS::Node | [inline] |
isConnected(std::string ws_id, std::string ws_kind) const | ColCOWS::Node | |
isConnected(unsigned long num_connection) const | ColCOWS::Node | [inline] |
New(std::string ws_id, std::string ws_kind, std::string node_kind, unsigned long num_node, unsigned long max_descendant, unsigned long nb_nodes, unsigned long num_father, CORBA::ORB *orbp) | ColCOWS::Node | [static] |
NewHierachical(std::string ws_id, std::string ws_kind, unsigned long num_node, unsigned long nb_nodes, unsigned long base, CORBA::ORB *orbp) | ColCOWS::Node | [static] |
NewNode(std::string ws_id, std::string ws_kind, std::string node_kind, unsigned long num_node, unsigned long nb_nodes, CORBA::ORB *orbp) | ColCOWS::Node | [static] |
NewPort(std::string ws_id, std::string ws_kind, unsigned long num_node, unsigned long nb_nodes, CORBA::ORB *orbp) | ColCOWS::Node | [static] |
NewProxy(std::string ws_id, std::string ws_kind, unsigned long nb_nodes, CORBA::ORB *orbp) | ColCOWS::Node | [static] |
Node() | ColCOWS::Node | |
NodeDesc() | ColCOWS::NodeDesc | [inline] |
NodeDesc(const IdlNodeDesc &idl_node_desc) | ColCOWS::NodeDesc | [inline] |
NodeServant (defined in ColCOWS::Node) | ColCOWS::Node | [friend] |
onActivation(const IdlWorkspaceDesc &ws_desc) | ColCOWS::Node | [protected] |
onConnection(unsigned long num_connection, const IdlWorkspaceDesc &ws_desc, bool initiator) | ColCOWS::Node | [protected] |
onDeactivation(const IdlWorkspaceDesc &ws_desc) | ColCOWS::Node | [protected] |
onDisconnection(unsigned long num_connection) | ColCOWS::Node | [protected] |
printself(std::ostream &stream, int indent=0) const | ColCOWS::Node | [virtual] |
removeEventHandler(unsigned int key) | ColCOWS::Node | |
removeEventHandler(EventHandler *event_handler) | ColCOWS::Node | |
setActivated(bool activated) | ColCOWS::NodeDesc | [inline] |
setEventHandlerManager(EventHandlerManager *event_handler_manager) | ColCOWS::Node | |
setKind(std::string node_kind) | ColCOWS::NodeDesc | [inline] |
setMaxDescendant(unsigned long max_descendant) | ColCOWS::NodeDesc | [inline] |
setNumNode(unsigned long num_node) | ColCOWS::NodeDesc | [inline] |
setORB(CORBA::ORB *orbp) | ColCOWS::Node | [inline] |
updateIdl(IdlNodeDesc &idl_node_desc) const | ColCOWS::NodeDesc | |
waitActivation(bool use_timeout=true) | ColCOWS::Node | |
waitAllDisconnection(bool use_timeout=true) | ColCOWS::Node | |
waitConnection(std::string ws_id, std::string ws_kind, bool use_timeout=true) | ColCOWS::Node | |
waitDeactivation(bool use_timeout=true) | ColCOWS::Node | |
waitDisconnection(std::string ws_id, std::string ws_kind, bool use_timeout=true) | ColCOWS::Node | |
~Node() | ColCOWS::Node | [virtual] |
~NodeDesc() | ColCOWS::NodeDesc | [inline, virtual] |