com.sun.enterprise.ee.cms.impl.common
Class GMSMember

java.lang.Object
  extended by com.sun.enterprise.ee.cms.impl.common.GMSMember
All Implemented Interfaces:
Serializable

public class GMSMember
extends Object
implements Serializable

Encapsulates the member token and the member type in a serializable

Version:
$Revision: 1.3 $
Author:
Shreedhar Ganapathy Date: Mar 16, 2005
See Also:
Serialized Form

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

GMSMember

public GMSMember(String memberToken,
                 String memberType,
                 String groupName,
                 Long startTime)
Constructor

Method Detail

getMemberToken

public String getMemberToken()
returns the member token

Returns:
String member token

getMemberType

public String getMemberType()
returns the member type

Returns:
String member type

setSnapShotId

public void setSnapShotId(long id)

getSnapShotId

public long getSnapShotId()

getGroupName

public String getGroupName()

getStartTime

public long getStartTime()


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.