Package com.sun.corba.se.impl.protocol
Class SharedCDRClientRequestDispatcherImpl
java.lang.Object
com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl
com.sun.corba.se.impl.protocol.SharedCDRClientRequestDispatcherImpl
- All Implemented Interfaces:
ClientRequestDispatcher
ClientDelegate is the RMI client-side subcontract or representation
It implements RMI delegate as well as our internal ClientRequestDispatcher
interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshalingComplete(Object self, OutputObject outputObject) After the presentation block has set data on theOutputObjectit signals the PEPt runtime to send the encoded data by calling this method.Methods inherited from class com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl
addCodeSetServiceContext, addServiceContexts, beginRequest, consumeServiceContexts, continueOrThrowSystemOrRemarshal, endRequest, getContactInfoListIterator, getExceptionDetailMessage, marshalingComplete1, opAndId, peekUserExceptionId, performCodeSetNegotiation, processResponse, registerWaiter, unregisterWaiter
-
Constructor Details
-
SharedCDRClientRequestDispatcherImpl
public SharedCDRClientRequestDispatcherImpl()
-
-
Method Details
-
marshalingComplete
public InputObject marshalingComplete(Object self, OutputObject outputObject) throws ApplicationException, RemarshalException Description copied from interface:ClientRequestDispatcherAfter the presentation block has set data on theOutputObjectit signals the PEPt runtime to send the encoded data by calling this method.- Specified by:
marshalingCompletein interfaceClientRequestDispatcher- Overrides:
marshalingCompletein classCorbaClientRequestDispatcherImpl- Parameters:
self- -- Returns:
InputObjectif the message is synchronous.- Throws:
ApplicationExceptionRemarshalException
-
dprint
- Overrides:
dprintin classCorbaClientRequestDispatcherImpl
-