org.apache.yoko.orb.OB
Class PIDIIDowncall

java.lang.Object
  extended by org.apache.yoko.orb.OB.Downcall
      extended by org.apache.yoko.orb.OB.PIDowncall
          extended by org.apache.yoko.orb.OB.PIDIIDowncall

public class PIDIIDowncall
extends PIDowncall


Field Summary
protected  NVList args_
           
protected  ExceptionList exceptionList_
           
protected  NamedValue result_
           
 
Fields inherited from class org.apache.yoko.orb.OB.PIDowncall
IOR_, origIOR_, piManager_, requestInfo_
 
Fields inherited from class org.apache.yoko.orb.OB.Downcall
client_, DowncallStateFailureException, DowncallStateForward, DowncallStateForwardPerm, DowncallStateNoException, DowncallStatePending, DowncallStateSystemException, DowncallStateUnsent, DowncallStateUserException, emitter_, ex_, exId_, forwardIOR_, in_, logger_, op_, orbInstance_, out_, policies_, profileInfo_, replySCL_, reqId_, requestSCL_, responseExpected_, state_, stateMonitor_
 
Constructor Summary
PIDIIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, NVList args, NamedValue result, ExceptionList exceptions)
           
 
Method Summary
 OutputStream preMarshal()
           
 
Methods inherited from class org.apache.yoko.orb.OB.PIDowncall
postUnmarshal, setUserException, setUserException
 
Methods inherited from class org.apache.yoko.orb.OB.Downcall
addToRequestSCL, client, deferred, excep, failureException, getRequestSCL, initStateMonitor, input, locate, marshalEx, noException, oneway, operation, orbInstance, output, pending, policies, poll, postMarshal, preMarshalBase, preUnmarshal, profileInfo, request, requestId, response, responseExpected, setFailureException, setLocationForward, setNoException, setPending, setReplySCL, setSystemException, setUserException, setUserException, systemException, unmarshalEx, unmarshalExceptionId, unsent, userException, waitUntilCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args_

protected NVList args_

result_

protected NamedValue result_

exceptionList_

protected ExceptionList exceptionList_
Constructor Detail

PIDIIDowncall

public PIDIIDowncall(ORBInstance orbInstance,
                     Client client,
                     ProfileInfo profileInfo,
                     RefCountPolicyList policies,
                     String op,
                     boolean resp,
                     IOR IOR,
                     IOR origIOR,
                     PIManager piManager,
                     NVList args,
                     NamedValue result,
                     ExceptionList exceptions)
Method Detail

preMarshal

public OutputStream preMarshal()
                        throws LocationForward,
                               FailureException
Overrides:
preMarshal in class PIDowncall
Throws:
LocationForward
FailureException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.