|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ORBInitInfo
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.orb.core.ORB orb, org.omg.PortableInterceptor.ORBInitializer [] orbInits, org.openorb.orb.pi.FeatureInitializer [] featureInits)The default implementation can be overriden by setting the org.openorb.orb.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 |
---|
void pre_init()
void post_init()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |