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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)
getContext
public java.io.Serializable getContext()
setContext
public void setContext(java.io.Serializable context)
getFlags
public int getFlags()
setFlags
public void setFlags(int flags)
toString
public java.lang.String toString()
match
public boolean match(RMBean matchInfo)
- Description copied from class:
RMBean
- Check to see if this bean matches the match criteria passed in
as matchInfo. In order for a property of the bean to be checked
you must set the property on the matchInfo.
- Specified by:
match
in class RMBean
Copyright © 2007 Apache Web Services Project. All Rights Reserved.