Uses of Class
scs.core.ComponentId

Packages that use ComponentId
scs.auxiliar   
scs.core   
 

Uses of ComponentId in scs.auxiliar
 

Methods in scs.auxiliar with parameters of type ComponentId
 String ComponentHelpServant.getHelpInfo(ComponentId id)
          Provides help info for a specific component.
 String ComponentHelpPOATie.getHelpInfo(ComponentId id)
           
 String ComponentHelpOperations.getHelpInfo(ComponentId id)
           
 String _ComponentHelpStub.getHelpInfo(ComponentId id)
           
 

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(Any any)
           
static ComponentId ComponentIdHelper.extract(Any any)
           
 ComponentId IComponentServant.getComponentId()
          Provides the component's ComponentId.
 ComponentId IComponentPOATie.getComponentId()
           
 ComponentId IComponentOperations.getComponentId()
           
 ComponentId ComponentContext.getComponentId()
          Provides the ComponentId of this component instance.
 ComponentId _IComponentStub.getComponentId()
           
static ComponentId[] ComponentIdSeqHelper.read(InputStream _in)
           
static ComponentId ComponentIdHelper.read(InputStream in)
           
 

Methods in scs.core with parameters of type ComponentId
static void ComponentIdHelper.insert(Any any, ComponentId s)
           
static void ComponentIdSeqHelper.insert(Any any, ComponentId[] s)
           
static void ComponentIdHelper.write(OutputStream out, ComponentId s)
           
static void ComponentIdSeqHelper.write(OutputStream _out, ComponentId[] _s)
           
 

Constructors in scs.core with parameters of type ComponentId
ComponentContext(ORB orb, POA poa, ComponentId id)
          Primary constructor.
ComponentIdHolder(ComponentId initial)
           
ComponentIdSeqHolder(ComponentId[] initial)
           
 



Copyright © 2014. All Rights Reserved.