|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ServerAdministration.LockStatus
public static final class ServerAdministration.LockStatus
Information about the lock status of the server. Possible status are "locked", "locked exclusively" or "unlocked".
ServerAdministration.getServerLockStatus()| Field Summary | |
|---|---|
static ServerAdministration.LockStatus[] |
ALL
All possible Lock statuses |
static ServerAdministration.LockStatus |
LOCKED
Server is locked |
static ServerAdministration.LockStatus |
LOCKED_EXCLUSIVELY
Server is locked exclusively |
static ServerAdministration.LockStatus |
UNLOCKED
Server is unlocked |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this LockStatus with the Object o |
static ServerAdministration.LockStatus |
fromID(int id)
Gets the Status value corresponding to the given ID. |
int |
getID()
The ID of the corresponding LockStatus. |
java.lang.String |
getName()
Gets the name of the LockStatus |
int |
hashCode()
Returns a hash code value for the LockStatus. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ServerAdministration.LockStatus LOCKED
public static final ServerAdministration.LockStatus LOCKED_EXCLUSIVELY
public static final ServerAdministration.LockStatus UNLOCKED
public static final ServerAdministration.LockStatus[] ALL
| Method Detail |
|---|
public java.lang.String getName()
public int getID()
public static ServerAdministration.LockStatus fromID(int id)
id - A Status ID.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the Object to compare too for equality
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||