|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsrGroupInfo
This interface encapsulates information pertaining to a group.
| Method Summary | |
|---|---|
byte[] |
getBytesOfAddresses()
Get a byte representation of the Source and Destination address |
EndpointReferenceType |
getDestination()
Returns the destination of this group |
Calendar |
getGroupExpiryTime()
Retrieve the specified group expiration |
String |
getGroupId()
Retrieve the GroupId |
GDuration |
getGroupMaxIdleDuration()
Retrieve specified inactivity timeout info |
long |
getLastSequenceNumber()
If we do have information regarding the last message of a Group, proceed to retrieve it |
long |
getSequenceNumberLastDelivered()
If we do have information regarding the sequence Number last Delivered of a Group, proceed to retrieve it |
EndpointReferenceType |
getSource()
As the groupId is always generated by source,Returns the source of this group |
boolean |
hasGroupExpiryTime()
Check to see if group expiration has been specified |
boolean |
hasGroupMaxIdleDuration()
Check to see if an inactivity timeout has been specified |
boolean |
hasLastSequenceNumber()
Checks to see if there is last sequence number in a given group. |
boolean |
isDestination()
Checks if this node is the destination of the group in question |
boolean |
isSource()
Checks if this node is the source of the Group in question |
| Method Detail |
|---|
String getGroupId()
boolean hasGroupExpiryTime()
Calendar getGroupExpiryTime()
boolean hasGroupMaxIdleDuration()
GDuration getGroupMaxIdleDuration()
boolean hasLastSequenceNumber()
long getLastSequenceNumber()
long getSequenceNumberLastDelivered()
boolean isSource()
boolean isDestination()
EndpointReferenceType getSource()
EndpointReferenceType getDestination()
byte[] getBytesOfAddresses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||