Class NoConnectionCacheImpl.NCCClientRequestDispatcherImpl
java.lang.Object
com.sun.corba.ee.impl.protocol.ClientRequestDispatcherImpl
com.sun.corba.ee.impl.plugin.hwlb.NoConnectionCacheImpl.NCCClientRequestDispatcherImpl
- All Implemented Interfaces:
ClientRequestDispatcher
- Enclosing class:
NoConnectionCacheImpl
private static class NoConnectionCacheImpl.NCCClientRequestDispatcherImpl
extends ClientRequestDispatcherImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endRequest
(ORB broker, Object self, CDRInputObject inputObject) After the presentation block completes a request it signals the PEPt runtime by calling this method.Methods inherited from class com.sun.corba.ee.impl.protocol.ClientRequestDispatcherImpl
addCodeSetServiceContext, addServiceContexts, beginRequest, consumeServiceContexts, continueOrThrowSystemOrRemarshal, getContactInfoListIterator, getExceptionDetailMessage, marshalingComplete, marshalingComplete1, peekUserExceptionId, performCodeSetNegotiation, processResponse, registerWaiter, unregisterWaiter
-
Constructor Details
-
NCCClientRequestDispatcherImpl
private NCCClientRequestDispatcherImpl()
-
-
Method Details
-
endRequest
Description copied from interface:ClientRequestDispatcher
After the presentation block completes a request it signals the PEPt runtime by calling this method. This method may release resources. In some cases it may cause control or error messages to be sent.- Specified by:
endRequest
in interfaceClientRequestDispatcher
- Overrides:
endRequest
in classClientRequestDispatcherImpl
- Parameters:
broker
- ORB usedself
- unusedinputObject
- unused
-