public class OpenORBConnector extends java.lang.Object implements ORBConnector
| Constructor and Description |
|---|
OpenORBConnector()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enableLogging(Logger logger)
Deprecated.
|
Logger |
getLogger()
Deprecated.
|
void |
load_kernel(ORB orb,
ORBLoader loader)
Deprecated.
This operation is used to load the OpenORB kernel.
|
public Logger getLogger()
public void enableLogging(Logger logger)
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