com.anabas.sharedlet
Interface Token
- public interface Token
- extends java.io.Serializable
Title: Collaboration Framework
Description: This project contains the Anabas, Inc. collaboration framework libraries.
Copyright: Copyright (c) 2000
Company: Anabas, Inc.
Method Summary |
long |
getID()
The unique instance of this token. |
java.lang.String |
getName()
Get the unique name of the token. |
getID
public long getID()
- The unique instance of this token. Everytime the token changes hands, this
unique number should be incremented. If there are multiple instances of
the token, all of their ID's must be unique.
- Returns:
- The unique instance ID.
getName
public java.lang.String getName()
- Get the unique name of the token.
- Returns:
- The unique name of the token.