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

Packages that use Logger
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.PortableInterceptor   
 

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

Classes in org.apache.yoko.orb.OB that implement Logger
 class Logger_impl
           
 

Fields in org.apache.yoko.orb.OB declared as Logger
protected  Logger Downcall.logger_
           
 

Methods in org.apache.yoko.orb.OB that return Logger
 Logger ORBInstance.getLogger()
           
 

Methods in org.apache.yoko.orb.OB with parameters of type Logger
 OptionFilter.Option[] OptionFilter.parse(Logger logger, String[] args)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type Logger
CoreTraceLevels(Logger logger, Properties properties)
           
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)
           
 

Uses of Logger in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return Logger
 Logger ORB_impl.logger()
           
 

Methods in org.apache.yoko.orb.OBCORBA with parameters of type Logger
static ORB ORB_impl.init(Applet app, Properties props, Logger logger)
           
static ORB ORB_impl.init(String[] args, Properties props, Logger logger)
           
static ORB ORB_impl.init(StringSeqHolder args, Properties props, Logger logger)
           
static String[] ORB_impl.ParseArgs(String[] args, Properties properties, Logger logger)
           
 

Uses of Logger in org.apache.yoko.orb.PortableInterceptor
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type Logger
IMRIORInterceptor_impl(Logger logger, ActiveState as, String serverInstance)
           
 



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