org.openorb.orb.adapter.boa
Class BOAInitializer

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

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

This class initializes a BOA instance.

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

Constructor Summary
BOAInitializer()
           
 
Method Summary
 java.lang.String getName()
          Return the name of the initializer.
 void init(org.omg.PortableInterceptor.ORBInitInfo orbinfo, FeatureInitInfo featureinfo)
          Creates a BOA instance and attaches it with the server manager.
 
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

BOAInitializer

public BOAInitializer()
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)
Creates a BOA instance and attaches it with the server manager.
Specified by:
init in interface FeatureInitializer
Parameters:
orbinfo - ORB standard information.
featureinfo - OpenORB specific information.