SCS

Uses of Class
scs.execution_node.Property

Packages that use Property
scs.auxiliar   
scs.execution_node   
scs.execution_node.servant   
 

Uses of Property in scs.auxiliar
 

Methods in scs.auxiliar that return Property
 Property[] _ComponentPropertiesStub.getProperties()
           
 Property[] ComponentPropertiesOperations.getProperties()
           
 Property[] ComponentPropertiesPOATie.getProperties()
           
 Property _ComponentPropertiesStub.getProperty(java.lang.String name)
           
 Property ComponentPropertiesOperations.getProperty(java.lang.String name)
           
 Property ComponentPropertiesPOATie.getProperty(java.lang.String name)
           
 

Methods in scs.auxiliar with parameters of type Property
 void _ComponentPropertiesStub.setProperty(Property property)
           
 void ComponentPropertiesOperations.setProperty(Property property)
           
 void ComponentPropertiesPOATie.setProperty(Property property)
           
 

Uses of Property in scs.execution_node
 

Fields in scs.execution_node declared as Property
 Property[] PropertySeqHolder.value
           
 Property PropertyHolder.value
           
 

Methods in scs.execution_node that return Property
static Property[] PropertySeqHelper.extract(org.omg.CORBA.Any a)
           
static Property PropertyHelper.extract(org.omg.CORBA.Any a)
           
static Property[] PropertySeqHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Property PropertyHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.execution_node with parameters of type Property
static void PropertyHelper.insert(org.omg.CORBA.Any a, Property that)
           
static void PropertySeqHelper.insert(org.omg.CORBA.Any a, Property[] that)
           
 IComponent ExecutionNodePOATie.startContainer(java.lang.String container_name, Property[] props)
           
 IComponent ExecutionNodeOperations.startContainer(java.lang.String container_name, Property[] props)
           
 IComponent _ExecutionNodeStub.startContainer(java.lang.String container_name, Property[] props)
           
static void PropertyHelper.write(org.omg.CORBA.portable.OutputStream ostream, Property value)
           
static void PropertySeqHelper.write(org.omg.CORBA.portable.OutputStream ostream, Property[] value)
           
 

Constructors in scs.execution_node with parameters of type Property
PropertyHolder(Property initialValue)
           
PropertySeqHolder(Property[] initialValue)
           
 

Uses of Property in scs.execution_node.servant
 

Methods in scs.execution_node.servant with parameters of type Property
 IComponent ExecutionNodeServant.startContainer(java.lang.String container_name, Property[] props)
           
 


SCS