org.apache.sandesha2.storage.beans
Class InvokerBean
java.lang.Object
org.apache.sandesha2.storage.beans.RMBean
org.apache.sandesha2.storage.beans.InvokerBean
- All Implemented Interfaces:
- java.io.Serializable
- public class InvokerBean
- extends RMBean
This bean is used at the receiving side (of both server and client)
There is one object for each application message to be invoked.
- See Also:
- Serialized Form
Methods inherited from class org.apache.sandesha2.storage.beans.RMBean |
getId, setId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokerBean
public InvokerBean()
InvokerBean
public InvokerBean(java.lang.String key,
long msgNo,
java.lang.String sequenceId)
getMessageContextRefKey
public java.lang.String getMessageContextRefKey()
- Returns:
- Returns the messageContextRefKey.
setMessageContextRefKey
public void setMessageContextRefKey(java.lang.String messageContextRefKey)
- Parameters:
messageContextRefKey
- The messageContextRefKey to set.
getMsgNo
public long getMsgNo()
- Returns:
- Returns the msgNo.
setMsgNo
public void setMsgNo(long msgNo)
- Parameters:
msgNo
- The msgNo to set.
getSequenceID
public java.lang.String getSequenceID()
- Returns:
- Returns the sequenceID.
setSequenceID
public void setSequenceID(java.lang.String sequenceId)
isInvoked
public boolean isInvoked()
setInvoked
public void setInvoked(boolean invoked)
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.