|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.enterprise.ee.cms.core.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()
Returns the time the member joined the group. |
boolean |
isCore()
|
boolean |
isWatchDog()
|
void |
setSnapShotId(long id)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()
public boolean isWatchDog()
public boolean isCore()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |