|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.PurgeController.Status
public static final class PurgeController.Status
Describes the current state of the purge service
| Field Summary | |
|---|---|
static PurgeController.Status |
COMPLETED
Specifies that the service has completed. |
static PurgeController.Status |
FAILED
Specifies that the service has failed. |
static PurgeController.Status |
IN_PROGRESS
Specifies that the service is running. |
static PurgeController.Status |
READY
Specifies that the service is ready to start. |
static PurgeController.Status |
STOPPING
Specifies that the service is stopping. |
| Method Summary | |
|---|---|
static PurgeController.Status[] |
getAll()
Returns an array of all Status instances |
java.lang.String |
getName()
Returns a description of the purge status |
int |
getValue()
Purge status |
java.lang.String |
toString()
Returns a String representation of this Purge Status |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PurgeController.Status READY
public static final PurgeController.Status IN_PROGRESS
public static final PurgeController.Status COMPLETED
public static final PurgeController.Status STOPPING
public static final PurgeController.Status FAILED
| Method Detail |
|---|
public int getValue()
public java.lang.String getName()
public static final PurgeController.Status[] getAll()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||