public interface ORBInitializerOperations
ORBInitializer| Modifier and Type | Method and Description |
|---|---|
void |
post_init(ORBInitInfo info)
This method called during the subsequent step of initialization.
|
void |
pre_init(ORBInitInfo info)
This method is called during the first step of initialization.
|
void pre_init(ORBInitInfo info)
info - the object describing ORB being created and containing methods
to register the interceptor.ORBInitInfoOperations.register_initial_reference(java.lang.String, org.omg.CORBA.Object)void post_init(ORBInitInfo info)
info - the object describing ORB being created and containing methods
to register the interceptor.ORBInitInfoOperations.register_initial_reference(java.lang.String, org.omg.CORBA.Object)