|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sandesha2.storage.beans.RMBean
org.apache.sandesha2.storage.beans.RMSequenceBean
public class RMSequenceBean
This bean is used at the receiving side (of both server and client) There is one entry for each sequence.
Field Summary | |
---|---|
static int |
CLOSED_FLAG
|
static int |
LAST_ACTIVATED_TIME_FLAG
|
static int |
POLLING_MODE_FLAG
|
static int |
TERMINATED_FLAG
|
Constructor Summary | |
---|---|
RMSequenceBean()
|
|
RMSequenceBean(RMSequenceBean beanToCopy)
Constructor that copies all RMSBean values from the RMSBean supplied |
|
RMSequenceBean(java.lang.String sequenceID)
|
Method Summary | |
---|---|
org.apache.axis2.addressing.EndpointReference |
getAcksToEndpointReference()
|
java.lang.String |
getAcksToEPR()
Deprecated. |
int |
getFlags()
|
long |
getLastActivatedTime()
|
org.apache.axis2.addressing.EndpointReference |
getReplyToEndpointReference()
|
java.lang.String |
getReplyToEPR()
Deprecated. |
java.lang.String |
getRMVersion()
|
java.lang.String |
getSecurityTokenData()
|
java.lang.String |
getSequenceID()
|
java.lang.String |
getServiceName()
|
org.apache.axis2.addressing.EndpointReference |
getToEndpointReference()
|
java.lang.String |
getToEPR()
Deprecated. |
boolean |
isClosed()
|
boolean |
isPollingMode()
|
boolean |
isTerminated()
|
boolean |
match(RMBean matchInfo)
Check to see if this bean matches the match criteria passed in as matchInfo. |
void |
setAcksToEndpointReference(org.apache.axis2.addressing.EndpointReference acksToEndpointRef)
|
void |
setAcksToEPR(java.lang.String acksToEPR)
Deprecated. |
void |
setClosed(boolean closed)
|
void |
setFlags(int flags)
|
void |
setLastActivatedTime(long lastActivatedTime)
|
void |
setPollingMode(boolean pollingMode)
|
void |
setReplyToEndpointReference(org.apache.axis2.addressing.EndpointReference replyToEndpointRef)
|
void |
setReplyToEPR(java.lang.String replyToEPR)
Deprecated. |
void |
setRMVersion(java.lang.String version)
|
void |
setSecurityTokenData(java.lang.String securityTokenData)
|
void |
setSequenceID(java.lang.String sequenceID)
|
void |
setServiceName(java.lang.String serviceName)
|
void |
setTerminated(boolean terminated)
|
void |
setToEndpointReference(org.apache.axis2.addressing.EndpointReference toEndpointRef)
|
void |
setToEPR(java.lang.String toEPR)
Deprecated. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.sandesha2.storage.beans.RMBean |
---|
getId, getTransaction, setId, setTransaction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LAST_ACTIVATED_TIME_FLAG
public static final int CLOSED_FLAG
public static final int TERMINATED_FLAG
public static final int POLLING_MODE_FLAG
Constructor Detail |
---|
public RMSequenceBean()
public RMSequenceBean(RMSequenceBean beanToCopy)
beanToCopy
- public RMSequenceBean(java.lang.String sequenceID)
Method Detail |
---|
public java.lang.String getSequenceID()
public void setSequenceID(java.lang.String sequenceID)
sequenceId
- The sequenceId to set.public java.lang.String getAcksToEPR()
public org.apache.axis2.addressing.EndpointReference getAcksToEndpointReference()
public void setAcksToEPR(java.lang.String acksToEPR)
public void setAcksToEndpointReference(org.apache.axis2.addressing.EndpointReference acksToEndpointRef)
public java.lang.String getReplyToEPR()
public org.apache.axis2.addressing.EndpointReference getReplyToEndpointReference()
public void setReplyToEPR(java.lang.String replyToEPR)
public void setReplyToEndpointReference(org.apache.axis2.addressing.EndpointReference replyToEndpointRef)
public java.lang.String getToEPR()
public org.apache.axis2.addressing.EndpointReference getToEndpointReference()
public void setToEPR(java.lang.String toEPR)
public void setToEndpointReference(org.apache.axis2.addressing.EndpointReference toEndpointRef)
public boolean isPollingMode()
public void setPollingMode(boolean pollingMode)
public boolean isClosed()
public void setClosed(boolean closed)
public boolean isTerminated()
public void setTerminated(boolean terminated)
public long getLastActivatedTime()
public void setLastActivatedTime(long lastActivatedTime)
public java.lang.String getRMVersion()
public void setRMVersion(java.lang.String version)
public java.lang.String getSecurityTokenData()
public void setSecurityTokenData(java.lang.String securityTokenData)
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public int getFlags()
public void setFlags(int flags)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean match(RMBean matchInfo)
RMBean
match
in class RMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |