scs.execution_node
Interface ExecutionNodeOperations
- All Known Subinterfaces:
- ExecutionNode
- All Known Implementing Classes:
- _ExecutionNodeStub, ExecutionNodePOA, ExecutionNodePOATie, ExecutionNodeServant
public interface ExecutionNodeOperations
scs/execution_node/ExecutionNodeOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../idl/deployment.idl
Friday, October 3, 2008 9:13:51 AM BRT
startContainer
IComponent startContainer(java.lang.String container_name,
Property[] props)
throws ContainerAlreadyExists,
InvalidProperty
- Throws:
ContainerAlreadyExists
InvalidProperty
stopContainer
void stopContainer(java.lang.String container_name)
throws InvalidName
- Throws:
InvalidName
getContainer
IComponent getContainer(java.lang.String container_name)
getContainers
ContainerDescription[] getContainers()
getName
java.lang.String getName()