|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.communication.server.RoleDefinition
This class defines a role, as viewed by the gecco.communication.server package.
Constructor Summary | |
RoleDefinition(String r,
boolean u)
Constructor for the RoleDefinition object |
Method Summary | |
boolean |
isUnique()
returns true if this role only can be assumed by one client at a time. |
String |
role()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RoleDefinition(String r, boolean u)
r
- Description of Parameteru
- Description of ParameterMethod Detail |
public boolean isUnique()
public String role()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |