Uses of Interface
org.apache.yoko.orb.OB.BootManager

Packages that use BootManager
org.apache.yoko.orb.OB   
 

Uses of BootManager in org.apache.yoko.orb.OB
 

Classes in org.apache.yoko.orb.OB that implement BootManager
 class BootManager_impl
           
 

Fields in org.apache.yoko.orb.OB declared as BootManager
 BootManager BootManagerHolder.value
           
 

Methods in org.apache.yoko.orb.OB that return BootManager
static BootManager BootManagerHelper.extract(Any any)
           
 BootManager ORBInstance.getBootManager()
           
static BootManager BootManagerHelper.narrow(Object val)
           
static BootManager BootManagerHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type BootManager
static void BootManagerHelper.insert(Any any, BootManager val)
           
static void BootManagerHelper.write(OutputStream out, BootManager val)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type BootManager
BootManagerHolder(BootManager initial)
           
ORBInstance(ORB orb, String orbId, String serverId, String serverInstance, ObjectFactory objectFactory, ClientManager clientManager, PolicyFactoryManager policyFactoryManager, PIManager piManager, InitialServiceManager initServiceManager, ValueFactoryManager valueFactoryManager, CodecFactory codecFactory, POAManagerFactory pmFactory, MultiRequestSender multiRequestSender, Properties properties, DispatchStrategyFactory dispatchStrategyFactory, BootManager bootManager, Logger logger, CoreTraceLevels coreTraceLevels, ConFactoryRegistry conFactoryRegistry, AccFactoryRegistry accFactoryRegistry, UnknownExceptionStrategy unknownExceptionStrategy, URLRegistry urlRegistry, int nativeCs, int nativeWcs, int defaultWcs)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.