org.apache.ode.bpel.engine
Class OutstandingRequestManager.RequestIdTuple

java.lang.Object
  extended by org.apache.ode.bpel.engine.OutstandingRequestManager.RequestIdTuple
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OutstandingRequestManager

public class OutstandingRequestManager.RequestIdTuple
extends java.lang.Object
implements java.io.Serializable

Tuple identifying an outstanding request (i.e. a receive,pick, or onMessage on a synchronous operation needing a reply).

See Also:
Serialized Form

Field Summary
 java.lang.String mexId
          Message exchange identifier.
 java.lang.String opName
          Name of the operation.
 PartnerLinkInstance partnerLink
          On which partner link it was received.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

partnerLink

public PartnerLinkInstance partnerLink
On which partner link it was received.


opName

public java.lang.String opName
Name of the operation.


mexId

public java.lang.String mexId
Message exchange identifier.

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object