Class NoConnectionCacheImpl
java.lang.Object
org.omg.CORBA.LocalObject
com.sun.corba.ee.impl.plugin.hwlb.NoConnectionCacheImpl
- All Implemented Interfaces:
ORBConfigurator
,Object
Install this in an ORB using the property
ORBConstants.USER_CONFIGURATOR_PREFIX + "corba.lb.NoConnectionCacheImpl" = "dummy"
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(DataCollector dc, ORB orb) private static NoConnectionCacheImpl.NCCConnectionCacheImpl
getConnectionCache
(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
-
Field Details
-
connectionCache
-
-
Constructor Details
-
NoConnectionCacheImpl
public NoConnectionCacheImpl()
-
-
Method Details
-
getConnectionCache
-
configure
- Specified by:
configure
in interfaceORBConfigurator
-