org.opennms.core.fiber
Interface ExtendedStatusFiber
- All Superinterfaces:
- Fiber
- All Known Implementing Classes:
- PingManager.Pinger
- public interface ExtendedStatusFiber
- extends Fiber
This interface defines an extension to the Fiber
class for getting extended status information. The definition of
extended status is defined by the implementation. The concept is
to provide additional status information to knowledgable code,
while not breaking the normal status information defined by the
Fiber
interface.
- Author:
- Brian Weaver, OpenNMS
Method Summary |
int |
getExtendedStatus()
Returns the extended status information for the
implementation. |
getExtendedStatus
public int getExtendedStatus()
- Returns the extended status information for the
implementation. The definiton of extended status is
defined by the implementation.
- Returns:
- The extended status information.
Generated by root on August 18 2004 0350.