SCS

Uses of Interface
scs.core.IComponent

Packages that use IComponent
scs.container   
scs.container.servant   
scs.core   
scs.demos.mapreduce   
scs.demos.mapreduce.schedule   
scs.event_service   
scs.event_service.servant   
scs.execution_node   
scs.execution_node.servant   
scs.reasoning   
 

Uses of IComponent in scs.container
 

Fields in scs.container declared as IComponent
 IComponent ComponentHandle.cmp
           
 IComponent[] IComponentSeqHolder.value
           
 

Methods in scs.container that return IComponent
static IComponent[] IComponentSeqHelper.extract(org.omg.CORBA.Any a)
           
static IComponent[] IComponentSeqHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.container with parameters of type IComponent
static void IComponentSeqHelper.insert(org.omg.CORBA.Any a, IComponent[] that)
           
static void IComponentSeqHelper.write(org.omg.CORBA.portable.OutputStream ostream, IComponent[] value)
           
 

Constructors in scs.container with parameters of type IComponent
ComponentHandle(IComponent _cmp, ComponentId _id, int _instance_id)
           
IComponentSeqHolder(IComponent[] initialValue)
           
 

Uses of IComponent in scs.container.servant
 

Methods in scs.container.servant that return IComponent
 IComponent ContainerServant.getEventMgr()
          Retorna o EventManager associado ao containter
 

Methods in scs.container.servant with parameters of type IComponent
 void ContainerServant.initialize(java.lang.String name, java.util.Properties configuration, IComponent eventMgr)
          Inicializa o componente Container
 

Uses of IComponent in scs.core
 

Classes in scs.core that implement IComponent
 class _IComponentStub
          scs/core/_IComponentStub.java .
 

Fields in scs.core declared as IComponent
 IComponent IComponentHolder.value
           
 

Methods in scs.core that return IComponent
 IComponent IComponentPOA._this()
           
 IComponent IComponentPOA._this(org.omg.CORBA.ORB orb)
           
static IComponent IComponentHelper.extract(org.omg.CORBA.Any a)
           
static IComponent IComponentHelper.narrow(org.omg.CORBA.Object obj)
           
static IComponent IComponentHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static IComponent IComponentHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in scs.core with parameters of type IComponent
IComponentHolder(IComponent initialValue)
           
 

Uses of IComponent in scs.demos.mapreduce
 

Methods in scs.demos.mapreduce with parameters of type IComponent
 void WorkerPOATie.execute(IComponent channel, Task task)
           
 void WorkerOperations.execute(IComponent channel, Task task)
           
 void _WorkerStub.execute(IComponent channel, Task task)
           
 

Uses of IComponent in scs.demos.mapreduce.schedule
 

Methods in scs.demos.mapreduce.schedule that return IComponent
 IComponent WorkerInitializer.buildChannel()
           
 

Methods in scs.demos.mapreduce.schedule with parameters of type IComponent
 void WorkerServant.execute(IComponent channel, Task task)
           
 

Uses of IComponent in scs.event_service
 

Fields in scs.event_service declared as IComponent
 IComponent ChannelDescr.channel
           
 

Methods in scs.event_service that return IComponent
 IComponent ChannelFactoryPOATie.create(java.lang.String name)
           
 IComponent _ChannelFactoryStub.create(java.lang.String name)
           
 IComponent ChannelFactoryOperations.create(java.lang.String name)
           
 IComponent ChannelCollectionPOATie.getChannel(java.lang.String name)
           
 IComponent ChannelCollectionOperations.getChannel(java.lang.String name)
           
 IComponent _ChannelCollectionStub.getChannel(java.lang.String name)
           
 

Constructors in scs.event_service with parameters of type IComponent
ChannelDescr(java.lang.String _name, IComponent _channel)
           
 

Uses of IComponent in scs.event_service.servant
 

Methods in scs.event_service.servant that return IComponent
 IComponent ChannelFactoryServant.create(java.lang.String name)
           
 IComponent ChannelCollectionServant.getChannel(java.lang.String name)
           
 

Methods in scs.event_service.servant with parameters of type IComponent
 void ChannelCollectionServant.addChannel(java.lang.String name, IComponent evCh)
          Adiciona um novo elemento ao container interno de EventChannels
 

Uses of IComponent in scs.execution_node
 

Fields in scs.execution_node declared as IComponent
 IComponent ContainerDescription.container
           
 IComponent ContainerDescription.execution_node
           
 

Methods in scs.execution_node that return IComponent
 IComponent ExecutionNodePOATie.getContainer(java.lang.String container_name)
           
 IComponent ExecutionNodeOperations.getContainer(java.lang.String container_name)
           
 IComponent _ExecutionNodeStub.getContainer(java.lang.String container_name)
           
 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)
           
 

Methods in scs.execution_node with parameters of type IComponent
 void ContainerManagerPOATie.registerContainer(java.lang.String name, IComponent ctr)
           
 void _ContainerManagerStub.registerContainer(java.lang.String name, IComponent ctr)
           
 void ContainerManagerOperations.registerContainer(java.lang.String name, IComponent ctr)
           
 

Constructors in scs.execution_node with parameters of type IComponent
ContainerDescription(IComponent _container, java.lang.String _container_name, IComponent _execution_node)
           
 

Uses of IComponent in scs.execution_node.servant
 

Methods in scs.execution_node.servant that return IComponent
 IComponent ExecutionNodeServant.getContainer(java.lang.String container_name)
           
 IComponent ContainerManagerServant.getContainer(java.lang.String cname)
           
 IComponent ExecutionNodeServant.startContainer(java.lang.String container_name, Property[] props)
           
 

Methods in scs.execution_node.servant with parameters of type IComponent
 void ContainerManagerServant.registerContainer(java.lang.String name, IComponent ctr)
           
 

Constructors in scs.execution_node.servant with parameters of type IComponent
ExecutionNodeServant(IComponent myComponent, java.util.Properties configProp)
           
 

Uses of IComponent in scs.reasoning
 

Fields in scs.reasoning declared as IComponent
 IComponent[] DataCollectionProperty.observablesContainers
           
 

Constructors in scs.reasoning with parameters of type IComponent
DataCollectionProperty(java.lang.String _trainingFlag, java.lang.String _trainingFileName, IComponent[] _observablesContainers, InterfaceStats[] _observablesInterfaces)
           
 


SCS