SCS

scs.execution_node
Class ContainerDescription

java.lang.Object
  extended by scs.execution_node.ContainerDescription
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ContainerDescription
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

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

See Also:
Serialized Form

Field Summary
 IComponent container
           
 java.lang.String container_name
           
 IComponent execution_node
           
 
Constructor Summary
ContainerDescription()
           
ContainerDescription(IComponent _container, java.lang.String _container_name, IComponent _execution_node)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

public IComponent container

container_name

public java.lang.String container_name

execution_node

public IComponent execution_node
Constructor Detail

ContainerDescription

public ContainerDescription()

ContainerDescription

public ContainerDescription(IComponent _container,
                            java.lang.String _container_name,
                            IComponent _execution_node)

SCS