Class NoConnectionCacheImpl
- java.lang.Object
-
- org.omg.CORBA.LocalObject
-
- com.sun.corba.ee.impl.plugin.hwlb.NoConnectionCacheImpl
-
- All Implemented Interfaces:
ORBConfigurator,Object
public class NoConnectionCacheImpl extends LocalObject implements ORBConfigurator
Install this in an ORB using the property ORBConstants.USER_CONFIGURATOR_PREFIX + "corba.lb.NoConnectionCacheImpl" = "dummy"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCClientRequestDispatcherImplprivate static classNoConnectionCacheImpl.NCCConnectionCacheImplprivate static classNoConnectionCacheImpl.NCCConnectionImplprivate static classNoConnectionCacheImpl.NCCContactInfoImplstatic classNoConnectionCacheImpl.NCCContactInfoListImpl
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.ThreadLocalconnectionCache
-
Constructor Summary
Constructors Constructor Description NoConnectionCacheImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(DataCollector dc, ORB orb)private static NoConnectionCacheImpl.NCCConnectionCacheImplgetConnectionCache(ORB orb)-
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
-
-
-
-
Method Detail
-
getConnectionCache
private static NoConnectionCacheImpl.NCCConnectionCacheImpl getConnectionCache(ORB orb)
-
configure
public void configure(DataCollector dc, ORB orb)
- Specified by:
configurein interfaceORBConfigurator
-
-