javax.jbi.messaging
Class FlowAttributes

java.lang.Object
  extended by javax.jbi.messaging.FlowAttributes
All Implemented Interfaces:
java.io.Serializable

public final class FlowAttributes
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FlowAttributes(java.lang.String flowInstanceId, java.lang.String flowStepId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getFlowInstanceId()
           
 java.lang.String getFlowStepId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowAttributes

public FlowAttributes(java.lang.String flowInstanceId,
                      java.lang.String flowStepId)
Method Detail

getFlowInstanceId

public java.lang.String getFlowInstanceId()

getFlowStepId

public java.lang.String getFlowStepId()

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


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.