|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.enterprise.ee.cms.impl.common.GMSMember
public class GMSMember
Encapsulates the member token and the member type in a serializable
Constructor Summary | |
---|---|
GMSMember(String memberToken,
String memberType,
String groupName,
Long startTime)
Constructor |
Method Summary | |
---|---|
String |
getGroupName()
|
String |
getMemberToken()
returns the member token |
String |
getMemberType()
returns the member type |
long |
getSnapShotId()
|
long |
getStartTime()
|
void |
setSnapShotId(long id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMSMember(String memberToken, String memberType, String groupName, Long startTime)
Method Detail |
---|
public String getMemberToken()
public String getMemberType()
public void setSnapShotId(long id)
public long getSnapShotId()
public String getGroupName()
public long getStartTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |