|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cafesoft.cams.service.CamsServiceState
public final class CamsServiceState
Type safe constant class that contains all of the various CamsServiceStates. These various states are used to describe the availability of various Cams Services.
CamsServiceMonitor| Field Summary | |
|---|---|
static CamsServiceState |
AVAILABLE
Available CamsServiceState is used to indicate that a given service is available and ready for use. |
static CamsServiceState |
UNAVAILABLE
Unavailable CamsServiceState is used to indicate that a given service is Unavailable and unfit for use. |
static CamsServiceState |
UNKNOWN
Unknown CamsServiceState is used to indicate that the state of a given service is unknown. |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Determine the equality of objects. |
String |
getName()
Get the name of the CamsServiceState. |
int |
hashCode()
Get the hashcode of the CamsServiceState. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CamsServiceState UNKNOWN
public static final CamsServiceState AVAILABLE
public static final CamsServiceState UNAVAILABLE
| Method Detail |
|---|
public String getName()
public boolean equals(Object object)
equals in class Objectobject - the object to compare this object against.
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||