|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.storage.impl.WsrGroupTerminationInfoImpl
public class WsrGroupTerminationInfoImpl
| Constructor Summary | |
|---|---|
WsrGroupTerminationInfoImpl()
|
|
WsrGroupTerminationInfoImpl(String groupId)
|
|
WsrGroupTerminationInfoImpl(String groupId,
boolean isGroupComplete,
boolean isGroupClosed,
boolean isGroupRemoved,
boolean isGroupExpiryTimePassed,
boolean isGroupMaxIdleDurationPassed,
boolean hasLastMessageOfGroup,
boolean hasMaxSequenceNumber,
boolean isMessageExpired,
boolean isMessageFaulted,
boolean isSource)
|
|
| Method Summary | |
|---|---|
String |
getGroupId()
Retrieve the groupId. |
boolean |
hasLastMessageOfGroup()
Checks to see if the group has Last Message |
boolean |
hasMaxSequenceNumber()
Checks to see if the Max Sequence Number is reached |
boolean |
isGroupClosed()
Checks to see if the group is closed |
boolean |
isGroupComplete()
Checks to see if the group is complete |
boolean |
isGroupExpiryTimePassed()
Checks to see if the groupExpiryTime has passed |
boolean |
isGroupMaxIdleDurationPassed()
Checks to see if the groupMaxIdleDuration has passed |
boolean |
isGroupRemoved()
Checks to see if the group is removed |
boolean |
isMessageExpired()
Checks to see if the message is Expired |
boolean |
isMessageFaulted()
Checks to see if the message is Faulted |
boolean |
isSource()
Checks if this node is the source of the group in question |
void |
setGroupClosed(boolean isGroupClosed)
sets isGroupClosed parameter |
void |
setGroupComplete(boolean isGroupComplete)
sets isGroupComplete parameter |
void |
setGroupExpiryTimePassed(boolean isGroupExpiryTimePassed)
sets isGroupExpiryTimePassed parameter |
void |
setGroupId(String groupId)
sets the groupId. |
void |
setGroupMaxIdleDurationPassed(boolean isGroupMaxIdleDurationPassed)
sets isGroupMaxIdleDurationPassed parameter |
void |
setGroupRemoved(boolean isGroupRemoved)
sets isGroupRemoved parameter |
void |
setIsSource(boolean isSource)
sets the isSource parameter |
void |
setLastMessageOfGroup(boolean hasLastMessageOfGroup)
sets hasLastMessageOfGroup parameter |
void |
setMaxSequenceNumber(boolean hasMaxSequenceNumber)
sets isMaxSequenceNumber parameter |
void |
setMessageExpired(boolean isMessageExpired)
sets isMessageExpired parameter |
void |
setMessageFaulted(boolean isMessageFaulted)
sets isMessageFaulted parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrGroupTerminationInfoImpl()
public WsrGroupTerminationInfoImpl(String groupId)
public WsrGroupTerminationInfoImpl(String groupId,
boolean isGroupComplete,
boolean isGroupClosed,
boolean isGroupRemoved,
boolean isGroupExpiryTimePassed,
boolean isGroupMaxIdleDurationPassed,
boolean hasLastMessageOfGroup,
boolean hasMaxSequenceNumber,
boolean isMessageExpired,
boolean isMessageFaulted,
boolean isSource)
| Method Detail |
|---|
public String getGroupId()
getGroupId in interface WsrGroupTerminationInfopublic void setGroupId(String groupId)
public boolean isGroupComplete()
isGroupComplete in interface WsrGroupTerminationInfopublic void setGroupComplete(boolean isGroupComplete)
public boolean isGroupClosed()
isGroupClosed in interface WsrGroupTerminationInfopublic void setGroupClosed(boolean isGroupClosed)
public boolean isGroupRemoved()
isGroupRemoved in interface WsrGroupTerminationInfopublic void setGroupRemoved(boolean isGroupRemoved)
public boolean isGroupExpiryTimePassed()
isGroupExpiryTimePassed in interface WsrGroupTerminationInfopublic void setGroupExpiryTimePassed(boolean isGroupExpiryTimePassed)
public boolean isGroupMaxIdleDurationPassed()
isGroupMaxIdleDurationPassed in interface WsrGroupTerminationInfopublic void setGroupMaxIdleDurationPassed(boolean isGroupMaxIdleDurationPassed)
public boolean hasLastMessageOfGroup()
hasLastMessageOfGroup in interface WsrGroupTerminationInfopublic void setLastMessageOfGroup(boolean hasLastMessageOfGroup)
public boolean hasMaxSequenceNumber()
hasMaxSequenceNumber in interface WsrGroupTerminationInfopublic void setMaxSequenceNumber(boolean hasMaxSequenceNumber)
public boolean isMessageExpired()
isMessageExpired in interface WsrGroupTerminationInfopublic void setMessageExpired(boolean isMessageExpired)
public boolean isMessageFaulted()
isMessageFaulted in interface WsrGroupTerminationInfopublic void setMessageFaulted(boolean isMessageFaulted)
public boolean isSource()
isSource in interface WsrGroupTerminationInfopublic void setIsSource(boolean isSource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||