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.
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPEDCopyright © 2015. All rights reserved.