org.openorb.orb.messaging
Class MessagingInitializer

java.lang.Object
  extended byAbstractLogEnabled
      extended byorg.openorb.orb.messaging.MessagingInitializer
All Implemented Interfaces:
FeatureInitializer, Initializer

public class MessagingInitializer
extends AbstractLogEnabled
implements FeatureInitializer, Initializer

Author:
Michael Rumpf
See Also:
Serialized Form

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 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
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