Package com.sun.corba.se.impl.protocol
Class INSServerRequestDispatcher
java.lang.Object
com.sun.corba.se.impl.protocol.INSServerRequestDispatcher
- All Implemented Interfaces:
ServerRequestDispatcher,CorbaServerRequestDispatcher
INSServerRequestDispatcher handles all INS related discovery request. The INS Service
can be registered using ORB.register_initial_reference().
This Singleton subcontract just
finds the target IOR and does location forward.
XXX PI points are not invoked in either dispatch() or locate() method this
should be fixed in Tiger.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(MessageMediator mediator) This method coordinates the processing of a message received on the server side.Handle a locate request.
-
Constructor Details
-
INSServerRequestDispatcher
-
-
Method Details
-
locate
Description copied from interface:CorbaServerRequestDispatcherHandle a locate request.- Specified by:
locatein interfaceCorbaServerRequestDispatcher
-
dispatch
Description copied from interface:ServerRequestDispatcherThis method coordinates the processing of a message received on the server side. For example, this may involve finding an "object adapter" which would return Ties/Servants to handle the request.- Specified by:
dispatchin interfaceServerRequestDispatcher
-