|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public String getGroupId()
public boolean hasGroupExpiryTime()
public Calendar getGroupExpiryTime()
public boolean hasGroupMaxIdleDuration()
public GDuration getGroupMaxIdleDuration()
public boolean hasLastSequenceNumber()
public long getLastSequenceNumber()
public long getSequenceNumberLastDelivered()
public boolean isSource()
public boolean isDestination()
public EndpointReferenceType getSource()
public EndpointReferenceType getDestination()
public byte[] getBytesOfAddresses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||