Class StatusType

java.lang.Object
net.jini.lookup.entry.StatusType
All Implemented Interfaces:
Serializable

public class StatusType extends Object implements Serializable
Information pertaining to the severity of a Status object.
Author:
Sun Microsystems, Inc.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final StatusType
    An error has occurred that is preventing a service from operating correctly.
    static final StatusType
    A noteworthy event is occurring during the normal operation of a service.
    static final StatusType
    An unusual event is occurring, but the event is not necessarily a problem.
    static final StatusType
    A problem merits attention, but is not impeding the operation of the service.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • ERROR

      public static final StatusType ERROR
      An error has occurred that is preventing a service from operating correctly.
    • WARNING

      public static final StatusType WARNING
      A problem merits attention, but is not impeding the operation of the service.
    • NOTICE

      public static final StatusType NOTICE
      An unusual event is occurring, but the event is not necessarily a problem.
    • NORMAL

      public static final StatusType NORMAL
      A noteworthy event is occurring during the normal operation of a service.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this object.
      Overrides:
      toString in class Object