SCS

Uses of Class
scs.core.ComponentId

Packages that use ComponentId
scs.auxiliar   
scs.container   
scs.container.servant   
scs.core   
scs.core.servant   
scs.event_service.servant   
scs.execution_node.servant   
 

Uses of ComponentId in scs.auxiliar
 

Methods in scs.auxiliar with parameters of type ComponentId
 java.lang.String _ComponentHelpStub.getHelpInfo(ComponentId id)
           
 java.lang.String ComponentHelpOperations.getHelpInfo(ComponentId id)
           
 java.lang.String ComponentHelpPOATie.getHelpInfo(ComponentId id)
           
 

Uses of ComponentId in scs.container
 

Fields in scs.container declared as ComponentId
 ComponentId ComponentHandle.id
           
 

Methods in scs.container that return ComponentId
 ComponentId[] ComponentLoaderPOATie.getInstalledComponents()
           
 ComponentId[] _ComponentLoaderStub.getInstalledComponents()
           
 ComponentId[] ComponentLoaderOperations.getInstalledComponents()
           
 

Methods in scs.container with parameters of type ComponentId
 ComponentHandle[] ComponentCollectionPOATie.getComponent(ComponentId id)
           
 ComponentHandle[] ComponentCollectionOperations.getComponent(ComponentId id)
           
 ComponentHandle[] _ComponentCollectionStub.getComponent(ComponentId id)
           
 ComponentHandle ComponentLoaderPOATie.load(ComponentId id, java.lang.String[] args)
           
 ComponentHandle _ComponentLoaderStub.load(ComponentId id, java.lang.String[] args)
           
 ComponentHandle ComponentLoaderOperations.load(ComponentId id, java.lang.String[] args)
           
 ComponentHandle ComponentInterceptionPOATie.loadInterceptor(ComponentId id, java.lang.String[] args, int position, java.lang.String type)
           
 ComponentHandle ComponentInterceptionOperations.loadInterceptor(ComponentId id, java.lang.String[] args, int position, java.lang.String type)
           
 ComponentHandle _ComponentInterceptionStub.loadInterceptor(ComponentId id, java.lang.String[] args, int position, java.lang.String type)
           
 

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

Uses of ComponentId in scs.container.servant
 

Methods in scs.container.servant that return ComponentId
 ComponentId[] ComponentLoaderServant.getInstalledComponents()
          Retorna os componentes que podem ser instanciados pelo container
 

Methods in scs.container.servant with parameters of type ComponentId
 ComponentHandle[] ComponentCollectionServant.getComponent(ComponentId id)
          Retorna o conjunto de instancias de um componente representado por ComponentId
 ComponentHandle ComponentLoaderServant.load(ComponentId id, java.lang.String[] args)
          Carrega no container componente representado por ComponentId
 

Uses of ComponentId in scs.core
 

Fields in scs.core declared as ComponentId
 ComponentId[] ComponentIdSeqHolder.value
           
 ComponentId ComponentIdHolder.value
           
 

Methods in scs.core that return ComponentId
static ComponentId[] ComponentIdSeqHelper.extract(org.omg.CORBA.Any a)
           
static ComponentId ComponentIdHelper.extract(org.omg.CORBA.Any a)
           
 ComponentId IComponentPOATie.getComponentId()
           
 ComponentId _IComponentStub.getComponentId()
           
 ComponentId IComponentOperations.getComponentId()
           
static ComponentId[] ComponentIdSeqHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ComponentId ComponentIdHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.core with parameters of type ComponentId
static void ComponentIdHelper.insert(org.omg.CORBA.Any a, ComponentId that)
           
static void ComponentIdSeqHelper.insert(org.omg.CORBA.Any a, ComponentId[] that)
           
static void ComponentIdHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComponentId value)
           
static void ComponentIdSeqHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComponentId[] value)
           
 

Constructors in scs.core with parameters of type ComponentId
ComponentIdHolder(ComponentId initialValue)
           
ComponentIdSeqHolder(ComponentId[] initialValue)
           
 

Uses of ComponentId in scs.core.servant
 

Fields in scs.core.servant declared as ComponentId
protected  ComponentId IComponentServant.cpId
          ComponentId do componente
 

Methods in scs.core.servant that return ComponentId
 ComponentId IComponentServant.getComponentId()
          Retorna o ComponentId do componente
 

Methods in scs.core.servant with parameters of type ComponentId
 void IComponentServant.createComponentId(ComponentId id)
          Metodo para prover o ComponentId nas classes derivadas
 

Uses of ComponentId in scs.event_service.servant
 

Methods in scs.event_service.servant that return ComponentId
protected  ComponentId EventManagerServant.createComponentId()
           
 

Uses of ComponentId in scs.execution_node.servant
 

Methods in scs.execution_node.servant that return ComponentId
protected  ComponentId ExecutionNodeComponent.createComponentId()
           
 


SCS