org.openorb.orb.adapter.poa
Class POAInitializer

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.openorb.orb.adapter.poa.POAInitializer
All Implemented Interfaces:
FeatureInitializer, Initializer, org.apache.avalon.framework.logger.LogEnabled

public class POAInitializer
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements FeatureInitializer, Initializer

The POAInitializer.

Version:
$Revision: 1.8 $ $Date: 2004/02/10 21:02:45 $
Author:
Chris Wood

Constructor Summary
POAInitializer()
           
 
Method Summary
 java.lang.String getName()
          Return the name of the initializer.
 void init(org.omg.PortableInterceptor.ORBInitInfo orbinfo, FeatureInitInfo featureinfo)
          This is called immediatly after any pre_init interception points in ORBInitializers.
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POAInitializer

public POAInitializer()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Initializer
Return the name of the initializer.
Specified by:
getName in interface Initializer
Following copied from interface: org.openorb.orb.Initializer
Returns:
The name of the initializer.

init

public void init(org.omg.PortableInterceptor.ORBInitInfo orbinfo,
                 FeatureInitInfo featureinfo)
Description copied from interface: FeatureInitializer
This is called immediatly after any pre_init interception points in ORBInitializers. The orb reference available from the FeatureInitInfo should be treated with care, it can not be used for any request functions or for creating object references.
Specified by:
init in interface FeatureInitializer