SCS

Uses of Class
scs.container.LoadFailure

Packages that use LoadFailure
scs.container   
scs.container.servant   
 

Uses of LoadFailure in scs.container
 

Fields in scs.container declared as LoadFailure
 LoadFailure LoadFailureHolder.value
           
 

Methods in scs.container that return LoadFailure
static LoadFailure LoadFailureHelper.extract(org.omg.CORBA.Any a)
           
static LoadFailure LoadFailureHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Methods in scs.container that throw LoadFailure
 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 LoadFailure
LoadFailureHolder(LoadFailure initialValue)
           
 

Uses of LoadFailure in scs.container.servant
 

Methods in scs.container.servant that throw LoadFailure
 ComponentHandle ComponentLoaderServant.load(ComponentId id, java.lang.String[] args)
          Carrega no container componente representado por ComponentId
 org.omg.PortableServer.Servant ComponentLoaderServant.loadServant(java.lang.String classname)
          Cria uma instancia da classe cujo nome e passado como parametro
 


SCS