Uses of Interface
com.sun.corba.ee.spi.protocol.ClientRequestDispatcher
-
-
Uses of ClientRequestDispatcher in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ClientRequestDispatcher Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCClientRequestDispatcherImpl -
Uses of ClientRequestDispatcher in com.sun.corba.ee.impl.protocol
Classes in com.sun.corba.ee.impl.protocol that implement ClientRequestDispatcher Modifier and Type Class Description classClientRequestDispatcherImplClientDelegate is the RMI client-side subcontract or representation It implements RMI delegate as well as our internal ClientRequestDispatcher interface.classSharedCDRClientRequestDispatcherImplClientDelegate is the RMI client-side subcontract or representation It implements RMI delegate as well as our internal ClientRequestDispatcher interface.Fields in com.sun.corba.ee.impl.protocol declared as ClientRequestDispatcher Modifier and Type Field Description private ClientRequestDispatcherInvocationInfo. clientRequestDispatcherFields in com.sun.corba.ee.impl.protocol with type parameters of type ClientRequestDispatcher Modifier and Type Field Description private org.glassfish.pfl.basic.contain.DenseIntMapImpl<ClientRequestDispatcher>RequestDispatcherRegistryImpl. CSRegistryMethods in com.sun.corba.ee.impl.protocol that return ClientRequestDispatcher Modifier and Type Method Description private ClientRequestDispatcherClientDelegateImpl. getClientRequestDispatcher()ClientRequestDispatcherInvocationInfo. getClientRequestDispatcher()ClientRequestDispatcherRequestDispatcherRegistryImpl. getClientRequestDispatcher(int scid)Methods in com.sun.corba.ee.impl.protocol with parameters of type ClientRequestDispatcher Modifier and Type Method Description voidRequestDispatcherRegistryImpl. registerClientRequestDispatcher(ClientRequestDispatcher csc, int scid)voidInvocationInfo. setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) -
Uses of ClientRequestDispatcher in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport that return ClientRequestDispatcher Modifier and Type Method Description ClientRequestDispatcherContactInfoBase. getClientRequestDispatcher()ClientRequestDispatcherSharedCDRContactInfoImpl. getClientRequestDispatcher() -
Uses of ClientRequestDispatcher in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return ClientRequestDispatcher Modifier and Type Method Description ClientRequestDispatcherClientInvocationInfo. getClientRequestDispatcher()ClientRequestDispatcherRequestDispatcherRegistry. getClientRequestDispatcher(int scid)Get the ClientRequestDispatcher for subcontract ID scid.static ClientRequestDispatcherRequestDispatcherDefault. makeClientRequestDispatcher()Methods in com.sun.corba.ee.spi.protocol with parameters of type ClientRequestDispatcher Modifier and Type Method Description voidRequestDispatcherRegistry. registerClientRequestDispatcher(ClientRequestDispatcher csc, int scid)Register a ClientRequestDispatcher for a particular subcontract ID.voidClientInvocationInfo. setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) -
Uses of ClientRequestDispatcher in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ClientRequestDispatcher Modifier and Type Method Description ClientRequestDispatcherContactInfo. getClientRequestDispatcher()
-