org.opennms.core.fiber
Interface ExtendedStatusFiber
- All Superinterfaces:
- Fiber
public interface ExtendedStatusFiber
- extends Fiber
This interface defines an extension to the Fiberclass 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.
- Version:
- $Id: $
- Author:
- Brian Weaver , OpenNMS , Brian Weaver , OpenNMS
|
Method Summary |
int |
getExtendedStatus()
Returns the extended status information for the implementation. |
getExtendedStatus
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.
Copyright © 2011. All Rights Reserved.