Package net.jini.lookup.entry
Class StatusType
java.lang.Object
net.jini.lookup.entry.StatusType
- All Implemented Interfaces:
Serializable
Information pertaining to the severity of a Status object.
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StatusTypeAn error has occurred that is preventing a service from operating correctly.static final StatusTypeA noteworthy event is occurring during the normal operation of a service.static final StatusTypeAn unusual event is occurring, but the event is not necessarily a problem.static final StatusTypeA problem merits attention, but is not impeding the operation of the service. -
Method Summary
-
Field Details
-
ERROR
An error has occurred that is preventing a service from operating correctly. -
WARNING
A problem merits attention, but is not impeding the operation of the service. -
NOTICE
An unusual event is occurring, but the event is not necessarily a problem. -
NORMAL
A noteworthy event is occurring during the normal operation of a service.
-
-
Method Details