Package | Description |
---|---|
net.jini.lookup.entry |
These are common entry classes for use as attributes in lookup services and
their associated JavaBeans(TM) component wrapping classes.
|
Modifier and Type | Field and Description |
---|---|
static StatusType |
StatusType.ERROR
An error has occurred that is preventing a service from
operating correctly.
|
static StatusType |
StatusType.NORMAL
A noteworthy event is occurring during the normal operation of
a service.
|
static StatusType |
StatusType.NOTICE
An unusual event is occurring, but the event is not necessarily
a problem.
|
StatusType |
Status.severity
The severity level of this status object.
|
static StatusType |
StatusType.WARNING
A problem merits attention, but is not impeding the operation
of the service.
|
Modifier and Type | Method and Description |
---|---|
StatusType |
StatusBean.getSeverity()
Get the value of the severity field of the Status object to
which this JavaBeans component is linked.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusBean.setSeverity(StatusType x)
Set the value of the severity field of the Status object to
which this JavaBeans component is linked.
|
Constructor and Description |
---|
Status(StatusType severity)
Construct a Status object with the given severity.
|
Copyright © GigaSpaces.