com.sun.jini.fiddler
Class FiddlerImpl.FiddlerStatus
java.lang.Object
net.jini.entry.AbstractEntry
net.jini.lookup.entry.Status
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.
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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.