Uses of Interface
com.sun.corba.se.spi.protocol.CorbaServerRequestDispatcher
Packages that use CorbaServerRequestDispatcher
Package
Description
-
Uses of CorbaServerRequestDispatcher in com.sun.corba.se.impl.ior
Methods in com.sun.corba.se.impl.ior that return CorbaServerRequestDispatcherModifier and TypeMethodDescriptionObjectKeyImpl.getServerRequestDispatcher(ORB orb) ObjectKeyTemplateBase.getServerRequestDispatcher(ORB orb, ObjectId id) WireObjectKeyTemplate.getServerRequestDispatcher(ORB orb, ObjectId id) -
Uses of CorbaServerRequestDispatcher in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb with parameters of type CorbaServerRequestDispatcherModifier and TypeMethodDescriptionvoidORBImpl.setINSDelegate(CorbaServerRequestDispatcher sdel) voidORBSingleton.setINSDelegate(CorbaServerRequestDispatcher sdel) -
Uses of CorbaServerRequestDispatcher in com.sun.corba.se.impl.protocol
Classes in com.sun.corba.se.impl.protocol that implement CorbaServerRequestDispatcherModifier and TypeClassDescriptionclassClass BootstrapServerRequestDispatcher handles the requests coming to the BootstrapServer.classclassINSServerRequestDispatcher handles all INS related discovery request.Methods in com.sun.corba.se.impl.protocol that return CorbaServerRequestDispatcherModifier and TypeMethodDescriptionRequestDispatcherRegistryImpl.getServerRequestDispatcher(int scid) RequestDispatcherRegistryImpl.getServerRequestDispatcher(String name) Methods in com.sun.corba.se.impl.protocol with parameters of type CorbaServerRequestDispatcherModifier and TypeMethodDescriptionvoidRequestDispatcherRegistryImpl.registerServerRequestDispatcher(CorbaServerRequestDispatcher ssc, int scid) voidRequestDispatcherRegistryImpl.registerServerRequestDispatcher(CorbaServerRequestDispatcher scc, String name) -
Uses of CorbaServerRequestDispatcher in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior that return CorbaServerRequestDispatcherModifier and TypeMethodDescriptionObjectKey.getServerRequestDispatcher(ORB orb) ObjectKeyTemplate.getServerRequestDispatcher(ORB orb, ObjectId id) -
Uses of CorbaServerRequestDispatcher in com.sun.corba.se.spi.orb
Methods in com.sun.corba.se.spi.orb with parameters of type CorbaServerRequestDispatcherModifier and TypeMethodDescriptionabstract voidORB.setINSDelegate(CorbaServerRequestDispatcher insDelegate) Set the ServerRequestDispatcher that should be used for handling INS requests. -
Uses of CorbaServerRequestDispatcher in com.sun.corba.se.spi.protocol
Subinterfaces of CorbaServerRequestDispatcher in com.sun.corba.se.spi.protocolModifier and TypeInterfaceDescriptioninterfaceInitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher that provides an initialization method.Methods in com.sun.corba.se.spi.protocol that return CorbaServerRequestDispatcherModifier 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 CorbaServerRequestDispatcherRequestDispatcherDefault.makeBootstrapServerRequestDispatcher(ORB orb) static CorbaServerRequestDispatcherRequestDispatcherDefault.makeINSServerRequestDispatcher(ORB orb) static CorbaServerRequestDispatcherRequestDispatcherDefault.makeServerRequestDispatcher(ORB orb) Methods in com.sun.corba.se.spi.protocol with parameters of type CorbaServerRequestDispatcherModifier and TypeMethodDescriptionvoidRequestDispatcherRegistry.registerServerRequestDispatcher(CorbaServerRequestDispatcher ssc, int scid) Register a CorbaServerRequestDispatcher for a particular subcontract ID.voidRequestDispatcherRegistry.registerServerRequestDispatcher(CorbaServerRequestDispatcher ssc, String name) Register a CorbaServerRequestDispatcher for handling an explicit object key name.