SCS

Uses of Interface
scs.execution_node.ContainerManager

Packages that use ContainerManager
scs.execution_node   
 

Uses of ContainerManager in scs.execution_node
 

Classes in scs.execution_node that implement ContainerManager
 class _ContainerManagerStub
          scs/execution_node/_ContainerManagerStub.java .
 

Fields in scs.execution_node declared as ContainerManager
 ContainerManager ContainerManagerHolder.value
           
 

Methods in scs.execution_node that return ContainerManager
 ContainerManager ContainerManagerPOA._this()
           
 ContainerManager ContainerManagerPOA._this(org.omg.CORBA.ORB orb)
           
static ContainerManager ContainerManagerHelper.extract(org.omg.CORBA.Any a)
           
static ContainerManager ContainerManagerHelper.narrow(org.omg.CORBA.Object obj)
           
static ContainerManager ContainerManagerHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ContainerManager ContainerManagerHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.execution_node with parameters of type ContainerManager
static void ContainerManagerHelper.insert(org.omg.CORBA.Any a, ContainerManager that)
           
static void ContainerManagerHelper.write(org.omg.CORBA.portable.OutputStream ostream, ContainerManager value)
           
 

Constructors in scs.execution_node with parameters of type ContainerManager
ContainerManagerHolder(ContainerManager initialValue)
           
 


SCS