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.
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
Modifier and Type | Method and Description |
---|---|
int |
getExtendedStatus()
Returns the extended status information for the implementation.
|
Copyright © 2017. All rights reserved.