public interface ORBInitInfo
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.void pre_init()
void post_init()