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 TypeMethodDescriptionvoidORBImpl.setINSDelegate(ServerRequestDispatcher sdel) voidORBSingleton.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 TypeClassDescriptionclassClass BootstrapServerRequestDispatcher handles the requests coming to the BootstrapServer.classINSServerRequestDispatcher handles all INS related discovery request.classFields in com.sun.corba.ee.impl.protocol with type parameters of type ServerRequestDispatcherModifier and TypeFieldDescriptionprivate org.glassfish.pfl.basic.contain.DenseIntMapImpl<ServerRequestDispatcher> RequestDispatcherRegistryImpl.SDRegistryprivate Map<String, ServerRequestDispatcher> RequestDispatcherRegistryImpl.stringToServerSubcontractMethods 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 TypeMethodDescriptionvoidRequestDispatcherRegistryImpl.registerServerRequestDispatcher(ServerRequestDispatcher ssc, int scid) voidRequestDispatcherRegistryImpl.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 voidORB.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 TypeInterfaceDescriptioninterfaceInitialServerRequestDispatcher 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 ServerRequestDispatcherRequestDispatcherDefault.makeBootstrapServerRequestDispatcher(ORB orb) static ServerRequestDispatcherRequestDispatcherDefault.makeINSServerRequestDispatcher(ORB orb) static ServerRequestDispatcherRequestDispatcherDefault.makeServerRequestDispatcher(ORB orb) Methods in com.sun.corba.ee.spi.protocol with parameters of type ServerRequestDispatcherModifier and TypeMethodDescriptionvoidRequestDispatcherRegistry.registerServerRequestDispatcher(ServerRequestDispatcher ssc, int scid) Register a CorbaServerRequestDispatcher for a particular subcontract ID.voidRequestDispatcherRegistry.registerServerRequestDispatcher(ServerRequestDispatcher ssc, String name) Register a CorbaServerRequestDispatcher for handling an explicit object key name.