import "ColCOWS_Module.idl";
Definition at line 135 of file ColCOWS_Module.idl.
Public Member Functions | |
oneway void | setWorkspace (in IdlWorkspaceDesc ws_desc) |
set the workspace description [protected] | |
void | setChildNode (in IdlNodeDesc node_desc) raises (CorbaException) |
set the description of a node's child description [protected] | |
void | getNode (in unsigned long num_node, out IdlNodeDesc node_desc) raises (CorbaException) |
get the workspace description [public] | |
void | getWorkspace (out IdlWorkspaceDesc ws_desc) raises (CorbaException) |
get the workspace description [public] | |
void | getRemoteWorkspace (in unsigned long num_connection, out IdlWorkspaceDesc ws_desc) raises (CorbaException) |
get the remote workspace description [public] | |
oneway void | setRemoteWorkspace (in unsigned long num_connection, in IdlWorkspaceDesc ws_desc, in boolean initiator) |
set the remote workspace description [protected] | |
oneway void | releaseRemoteWorkspace (in unsigned long num_connection) |
release the remote workspace description [protected] | |
boolean | isActivated () raises (CorbaException) |
test if the workspace is activated [public] | |
boolean | isReady () raises (CorbaException) |
test if the workspace is ready to receive connections [public] | |
boolean | isConnected (in unsigned long num_connection) raises (CorbaException) |
test if the collective node is connected [public] | |
unsigned long | getNumConnection (in string ws_id, in string ws_kind) raises (CorbaException) |
get the connection number [public] | |
void | getCommonNumConnection (inout unsigned long num_connection) raises (CorbaException) |
get a unique connection number [public] |