Package net.jini.lookup.entry
Class Status
java.lang.Object
net.jini.entry.AbstractEntry
net.jini.lookup.entry.Status
- All Implemented Interfaces:
Serializable,Entry,ServiceControlled
The base class from which other status-related entry classes may be derived.
- Author:
- Sun Microsystems, Inc.
- See Also:
-
StatusBeanStatusType- Serialized Form
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatus()Construct an empty Status object.protectedStatus(StatusType severity) Construct a Status object with the given severity. -
Method Summary
-
Field Details
-
severity
The severity level of this status object.
-
-
Constructor Details
-
Status
protected Status()Construct an empty Status object. -
Status
Construct a Status object with the given severity.- Parameters:
severity- the severity level of this status object
-