Uses of Interface
com.sun.corba.ee.spi.protocol.ServerRequestDispatcher
-
Packages that use ServerRequestDispatcher Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.protocol com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.protocol -
-
Uses of ServerRequestDispatcher in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return ServerRequestDispatcher Modifier and Type Method Description ServerRequestDispatcher
ObjectKeyImpl. getServerRequestDispatcher()
ServerRequestDispatcher
ObjectKeyTemplateBase. getServerRequestDispatcher(ObjectId id)
ServerRequestDispatcher
WireObjectKeyTemplate. getServerRequestDispatcher(ObjectId id)
-
Uses of ServerRequestDispatcher in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ServerRequestDispatcher Modifier and Type Field Description private ServerRequestDispatcher
ORBImpl. insNamingDelegate
Methods in com.sun.corba.ee.impl.orb with parameters of type ServerRequestDispatcher Modifier and Type Method Description void
ORBImpl. setINSDelegate(ServerRequestDispatcher sdel)
void
ORBSingleton. setINSDelegate(ServerRequestDispatcher sdel)
-
Uses of ServerRequestDispatcher in com.sun.corba.ee.impl.protocol
Classes in com.sun.corba.ee.impl.protocol that implement ServerRequestDispatcher Modifier and Type Class Description class
BootstrapServerRequestDispatcher
Class BootstrapServerRequestDispatcher handles the requests coming to the BootstrapServer.class
INSServerRequestDispatcher
INSServerRequestDispatcher handles all INS related discovery request.class
ServerRequestDispatcherImpl
Fields in com.sun.corba.ee.impl.protocol with type parameters of type ServerRequestDispatcher Modifier and Type Field Description private org.glassfish.pfl.basic.contain.DenseIntMapImpl<ServerRequestDispatcher>
RequestDispatcherRegistryImpl. SDRegistry
private java.util.Map<java.lang.String,ServerRequestDispatcher>
RequestDispatcherRegistryImpl. stringToServerSubcontract
Methods in com.sun.corba.ee.impl.protocol that return ServerRequestDispatcher Modifier and Type Method Description ServerRequestDispatcher
RequestDispatcherRegistryImpl. getServerRequestDispatcher(int scid)
ServerRequestDispatcher
RequestDispatcherRegistryImpl. getServerRequestDispatcher(java.lang.String name)
Methods in com.sun.corba.ee.impl.protocol with parameters of type ServerRequestDispatcher Modifier and Type Method Description void
RequestDispatcherRegistryImpl. registerServerRequestDispatcher(ServerRequestDispatcher ssc, int scid)
void
RequestDispatcherRegistryImpl. registerServerRequestDispatcher(ServerRequestDispatcher scc, java.lang.String name)
-
Uses of ServerRequestDispatcher in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ServerRequestDispatcher Modifier and Type Method Description ServerRequestDispatcher
ObjectKey. getServerRequestDispatcher()
ServerRequestDispatcher
ObjectKeyTemplate. getServerRequestDispatcher(ObjectId id)
-
Uses of ServerRequestDispatcher in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb with parameters of type ServerRequestDispatcher Modifier and Type Method Description abstract void
ORB. setINSDelegate(ServerRequestDispatcher insDelegate)
Set the ServerRequestDispatcher that should be used for handling INS requests. -
Uses of ServerRequestDispatcher in com.sun.corba.ee.spi.protocol
Subinterfaces of ServerRequestDispatcher in com.sun.corba.ee.spi.protocol Modifier and Type Interface Description interface
InitialServerRequestDispatcher
InitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher that provides an initialization method.Methods in com.sun.corba.ee.spi.protocol that return ServerRequestDispatcher Modifier and Type Method Description ServerRequestDispatcher
RequestDispatcherRegistry. getServerRequestDispatcher(int scid)
Get the CorbaServerRequestDispatcher for subcontract ID scid.ServerRequestDispatcher
RequestDispatcherRegistry. getServerRequestDispatcher(java.lang.String name)
Get the CorbaServerRequestDispatcher for a particular object key.static ServerRequestDispatcher
RequestDispatcherDefault. makeBootstrapServerRequestDispatcher(ORB orb)
static ServerRequestDispatcher
RequestDispatcherDefault. makeINSServerRequestDispatcher(ORB orb)
static ServerRequestDispatcher
RequestDispatcherDefault. makeServerRequestDispatcher(ORB orb)
Methods in com.sun.corba.ee.spi.protocol with parameters of type ServerRequestDispatcher Modifier and Type Method Description void
RequestDispatcherRegistry. registerServerRequestDispatcher(ServerRequestDispatcher ssc, int scid)
Register a CorbaServerRequestDispatcher for a particular subcontract ID.void
RequestDispatcherRegistry. registerServerRequestDispatcher(ServerRequestDispatcher ssc, java.lang.String name)
Register a CorbaServerRequestDispatcher for handling an explicit object key name.
-