|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface must be implemented by the ORB Init Info class. The class is responsible for initializing the orb and setting up the various interceptors.
Overrides must have a constructor with exact signature:
public ORBInitInfo( String [] args, org.openorb.CORBA.ORB orb,
org.omg.PortableInterceptor.ORBInitializer [] orbInits,
org.openorb.PI.FeatureInitializer [] featureInits)
The default implementation can be overriden by setting the
org.openorb.PI.ORBInitInfo property with the classname of the
override. Failure to load an instance results in an exception.
| Method Summary | |
|---|---|
void |
post_init()
Calls init on feature initializers and post init on orb initializers. |
void |
pre_init()
Call pre-init on the orb initializers and init on feature initializers. |
| Method Detail |
public void pre_init()
public void post_init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||