SCS

scs.execution_node
Interface ContainerManagerOperations

All Known Subinterfaces:
ContainerManager
All Known Implementing Classes:
_ContainerManagerStub, ContainerManagerPOA, ContainerManagerPOATie, ContainerManagerServant

public interface ContainerManagerOperations

scs/execution_node/ContainerManagerOperations.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


Method Summary
 void registerContainer(java.lang.String name, IComponent ctr)
           
 void unregisterContainer(java.lang.String name)
           
 

Method Detail

registerContainer

void registerContainer(java.lang.String name,
                       IComponent ctr)
                       throws ContainerAlreadyExists,
                              InvalidContainer
Throws:
ContainerAlreadyExists
InvalidContainer

unregisterContainer

void unregisterContainer(java.lang.String name)
                         throws InvalidName
Throws:
InvalidName

SCS