com.bea.wlcp.wlng.api.corba
Class OrbFactory
java.lang.Object
com.bea.wlcp.wlng.api.corba.OrbFactory
- public abstract class OrbFactory
- extends Object
Factory for retrieving the ORB.
These Java system properties may be used to configure the ORB.
wlng.corba.host - The host address to bind to. Defaults to server listen address.
wlng.corba.port - Listen port. Defaults to 10001.
wlng.corba.thread_pool_size - Thread pool size. Defaults to 100
wlng.corba.request_timeout - Request timeout in ms. Defaults to 10000.
wlng.corba.connect_timeout - Connect timeout in ms. Defaults to 3000.
- Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrbFactory
public OrbFactory()
getFactory
public static OrbFactory getFactory()
- Retrieves the OrbFactory
getORB
public abstract ORB getORB()
- Gets the ORB.