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 class
NoConnectionCacheImpl.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 class
ClientRequestDispatcherImpl
ClientDelegate is the RMI client-side subcontract or representation It implements RMI delegate as well as our internal ClientRequestDispatcher interface.class
SharedCDRClientRequestDispatcherImpl
ClientDelegate 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 ClientRequestDispatcher
InvocationInfo. clientRequestDispatcher
Fields 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. CSRegistry
Methods in com.sun.corba.ee.impl.protocol that return ClientRequestDispatcher Modifier and Type Method Description private ClientRequestDispatcher
ClientDelegateImpl. getClientRequestDispatcher()
ClientRequestDispatcher
InvocationInfo. getClientRequestDispatcher()
ClientRequestDispatcher
RequestDispatcherRegistryImpl. getClientRequestDispatcher(int scid)
Methods in com.sun.corba.ee.impl.protocol with parameters of type ClientRequestDispatcher Modifier and Type Method Description void
RequestDispatcherRegistryImpl. registerClientRequestDispatcher(ClientRequestDispatcher csc, int scid)
void
InvocationInfo. 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 ClientRequestDispatcher
ContactInfoBase. getClientRequestDispatcher()
ClientRequestDispatcher
SharedCDRContactInfoImpl. 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 ClientRequestDispatcher
ClientInvocationInfo. getClientRequestDispatcher()
ClientRequestDispatcher
RequestDispatcherRegistry. getClientRequestDispatcher(int scid)
Get the ClientRequestDispatcher for subcontract ID scid.static ClientRequestDispatcher
RequestDispatcherDefault. makeClientRequestDispatcher()
Methods in com.sun.corba.ee.spi.protocol with parameters of type ClientRequestDispatcher Modifier and Type Method Description void
RequestDispatcherRegistry. registerClientRequestDispatcher(ClientRequestDispatcher csc, int scid)
Register a ClientRequestDispatcher for a particular subcontract ID.void
ClientInvocationInfo. 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 ClientRequestDispatcher
ContactInfo. getClientRequestDispatcher()
-