Oracle Corporation

com.bea.wlcp.wlng.api.corba
Class OrbFactory

java.lang.Object
  extended bycom.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.

Constructor Summary
OrbFactory()
           
 
Method Summary
static OrbFactory getFactory()
          Retrieves the OrbFactory
abstract  ORB getORB()
          Gets the ORB.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrbFactory

public OrbFactory()
Method Detail

getFactory

public static OrbFactory getFactory()
Retrieves the OrbFactory


getORB

public abstract ORB getORB()
Gets the ORB.


Oracle Corporation