|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ORBInitializerOperations
Defines operations, applicable to the ORBInitializer. These operations are invoked on initializer from the ORB.init.
ORBInitializer
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |