|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.lookup.entry.StatusType
public class StatusType
Information pertaining to the severity of a Status object.
Status
,
Serialized FormField Summary | |
---|---|
static StatusType |
ERROR
An error has occurred that is preventing a service from operating correctly. |
static StatusType |
NORMAL
A noteworthy event is occurring during the normal operation of a service. |
static StatusType |
NOTICE
An unusual event is occurring, but the event is not necessarily a problem. |
private static long |
serialVersionUID
|
private int |
type
|
static StatusType |
WARNING
A problem merits attention, but is not impeding the operation of the service. |
Constructor Summary | |
---|---|
private |
StatusType(int t)
|
Method Summary | |
---|---|
private Object |
readResolve()
Canonicalize so that == can be used. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final int type
public static final StatusType ERROR
public static final StatusType WARNING
public static final StatusType NOTICE
public static final StatusType NORMAL
Constructor Detail |
---|
private StatusType(int t)
Method Detail |
---|
public String toString()
toString
in class Object
private Object readResolve()
==
can be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |