com.sun.jini.fiddler
Class FiddlerImpl.FiddlerStatus

java.lang.Object
  extended by net.jini.entry.AbstractEntry
      extended by net.jini.lookup.entry.Status
          extended by com.sun.jini.fiddler.FiddlerImpl.FiddlerStatus
All Implemented Interfaces:
Serializable, Entry, ServiceControlled
Enclosing class:
FiddlerImpl

private static class FiddlerImpl.FiddlerStatus
extends Status

Class which is used to communicate the status of this service to interested entities. In particular, when certain errors occur during operation, an instance of this class will be registered as an attribute in all of the lookup services with which this service is registered. By registering for notification (from the lookup services) of the existence of this attribute, interested entities such as administrative clients and clients wishing to use this service will be informed when this service can not proceed with its processing, and can take appropriate action.


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class net.jini.lookup.entry.Status
severity
 
Constructor Summary
FiddlerImpl.FiddlerStatus(StatusType severity)
           
 
Method Summary
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FiddlerImpl.FiddlerStatus

public FiddlerImpl.FiddlerStatus(StatusType severity)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.