Package | Description |
---|---|
org.osgi.util.pushstream |
Push Stream Package Version 1.0.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.atomic.AtomicReference<AbstractPushStreamImpl.State> |
AbstractPushStreamImpl.closed |
Modifier and Type | Method and Description |
---|---|
static AbstractPushStreamImpl.State |
AbstractPushStreamImpl.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPushStreamImpl.State[] |
AbstractPushStreamImpl.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|