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 ServerRequestDispatcherObjectKeyImpl. getServerRequestDispatcher()ServerRequestDispatcherObjectKeyTemplateBase. getServerRequestDispatcher(ObjectId id)ServerRequestDispatcherWireObjectKeyTemplate. 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 ServerRequestDispatcherORBImpl. insNamingDelegateMethods in com.sun.corba.ee.impl.orb with parameters of type ServerRequestDispatcher Modifier and Type Method Description voidORBImpl. 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 ServerRequestDispatcher Modifier and Type Class Description classBootstrapServerRequestDispatcherClass BootstrapServerRequestDispatcher handles the requests coming to the BootstrapServer.classINSServerRequestDispatcherINSServerRequestDispatcher handles all INS related discovery request.classServerRequestDispatcherImplFields 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. SDRegistryprivate java.util.Map<java.lang.String,ServerRequestDispatcher>RequestDispatcherRegistryImpl. stringToServerSubcontractMethods in com.sun.corba.ee.impl.protocol that return ServerRequestDispatcher Modifier and Type Method Description ServerRequestDispatcherRequestDispatcherRegistryImpl. getServerRequestDispatcher(int scid)ServerRequestDispatcherRequestDispatcherRegistryImpl. getServerRequestDispatcher(java.lang.String name)Methods in com.sun.corba.ee.impl.protocol with parameters of type ServerRequestDispatcher Modifier and Type Method Description voidRequestDispatcherRegistryImpl. registerServerRequestDispatcher(ServerRequestDispatcher ssc, int scid)voidRequestDispatcherRegistryImpl. 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 ServerRequestDispatcherObjectKey. getServerRequestDispatcher()ServerRequestDispatcherObjectKeyTemplate. 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 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.protocol Modifier and Type Interface Description interfaceInitialServerRequestDispatcherInitialServerRequestDispatcher 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 ServerRequestDispatcherRequestDispatcherRegistry. getServerRequestDispatcher(int scid)Get the CorbaServerRequestDispatcher for subcontract ID scid.ServerRequestDispatcherRequestDispatcherRegistry. getServerRequestDispatcher(java.lang.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 ServerRequestDispatcher Modifier and Type Method Description voidRequestDispatcherRegistry. registerServerRequestDispatcher(ServerRequestDispatcher ssc, int scid)Register a CorbaServerRequestDispatcher for a particular subcontract ID.voidRequestDispatcherRegistry. registerServerRequestDispatcher(ServerRequestDispatcher ssc, java.lang.String name)Register a CorbaServerRequestDispatcher for handling an explicit object key name.
-