|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.orb.config.OpenORBConnector
This class is the default OpenORB connector.
Constructor Summary | |
OpenORBConnector()
Deprecated. |
Method Summary | |
void |
enableLogging(org.apache.avalon.framework.logger.Logger logger)
Deprecated. |
org.apache.avalon.framework.logger.Logger |
getLogger()
Deprecated. |
void |
load_kernel(ORB orb,
ORBLoader loader)
Deprecated. This operation is used to load the OpenORB kernel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenORBConnector()
Method Detail |
public org.apache.avalon.framework.logger.Logger getLogger()
public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging
in interface org.apache.avalon.framework.logger.LogEnabled
public void load_kernel(ORB orb, ORBLoader loader)
Depending on the property openorb.server.enable ( default true ) and openorb.client.enable ( default true ) this method instantiates the ServerCPCManager and the ClientCPCMamager. This instantiation is pluggable as it is driven by properties:
The property openorb.dynany.enable (default true) allows to avoid loading the DynAnyFactory if it is not used by the application. This can save you some amount memory.
The property openorb.client.enable also decides whether to load the initiali references ORBPolicyManager and PolicyCurrent into the ORB.
load_kernel
in interface ORBConnector
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |