Uses of Interface
com.sun.corba.ee.spi.protocol.ServerRequestDispatcher
Packages that use ServerRequestDispatcher
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ServerRequestDispatcher in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return ServerRequestDispatcherModifier and TypeMethodDescriptionObjectKeyImpl.getServerRequestDispatcher()
ObjectKeyTemplateBase.getServerRequestDispatcher
(ObjectId id) WireObjectKeyTemplate.getServerRequestDispatcher
(ObjectId id) -
Uses of ServerRequestDispatcher in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ServerRequestDispatcherMethods in com.sun.corba.ee.impl.orb with parameters of type ServerRequestDispatcherModifier and TypeMethodDescriptionvoid
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 ServerRequestDispatcherModifier and TypeClassDescriptionclass
Class BootstrapServerRequestDispatcher handles the requests coming to the BootstrapServer.class
INSServerRequestDispatcher handles all INS related discovery request.class
Fields in com.sun.corba.ee.impl.protocol with type parameters of type ServerRequestDispatcherModifier and TypeFieldDescriptionprivate org.glassfish.pfl.basic.contain.DenseIntMapImpl
<ServerRequestDispatcher> RequestDispatcherRegistryImpl.SDRegistry
private Map
<String, ServerRequestDispatcher> RequestDispatcherRegistryImpl.stringToServerSubcontract
Methods in com.sun.corba.ee.impl.protocol that return ServerRequestDispatcherModifier and TypeMethodDescriptionRequestDispatcherRegistryImpl.getServerRequestDispatcher
(int scid) RequestDispatcherRegistryImpl.getServerRequestDispatcher
(String name) Methods in com.sun.corba.ee.impl.protocol with parameters of type ServerRequestDispatcherModifier and TypeMethodDescriptionvoid
RequestDispatcherRegistryImpl.registerServerRequestDispatcher
(ServerRequestDispatcher ssc, int scid) void
RequestDispatcherRegistryImpl.registerServerRequestDispatcher
(ServerRequestDispatcher scc, String name) -
Uses of ServerRequestDispatcher in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ServerRequestDispatcherModifier and TypeMethodDescriptionObjectKey.getServerRequestDispatcher()
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 ServerRequestDispatcherModifier and TypeMethodDescriptionabstract 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.protocolModifier and TypeInterfaceDescriptioninterface
InitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher that provides an initialization method.Methods in com.sun.corba.ee.spi.protocol that return ServerRequestDispatcherModifier and TypeMethodDescriptionRequestDispatcherRegistry.getServerRequestDispatcher
(int scid) Get the CorbaServerRequestDispatcher for subcontract ID scid.RequestDispatcherRegistry.getServerRequestDispatcher
(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 ServerRequestDispatcherModifier and TypeMethodDescriptionvoid
RequestDispatcherRegistry.registerServerRequestDispatcher
(ServerRequestDispatcher ssc, int scid) Register a CorbaServerRequestDispatcher for a particular subcontract ID.void
RequestDispatcherRegistry.registerServerRequestDispatcher
(ServerRequestDispatcher ssc, String name) Register a CorbaServerRequestDispatcher for handling an explicit object key name.