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 Modifier Constructor Description private
NCCClientRequestDispatcherImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endRequest(ORB broker, java.lang.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
-
-
-
-
Method Detail
-
endRequest
public void endRequest(ORB broker, java.lang.Object self, CDRInputObject inputObject)
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
-
-