org.openorb.orb.messaging
Class MessagingInitializer

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

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

Author:
Michael Rumpf

Constructor Summary
MessagingInitializer()
           
 
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

MessagingInitializer

public MessagingInitializer()
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