| Package | Description |
|---|---|
| org.jacorb.util |
| Modifier and Type | Field and Description |
|---|---|
SelectorRequest.Status |
SelectorRequest.status |
| Modifier and Type | Method and Description |
|---|---|
static SelectorRequest.Status |
SelectorRequest.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectorRequest.Status[] |
SelectorRequest.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
SelectorRequest.Status |
SelectorRequest.waitOnCompletion(long nanoDeadline)
a blocking call to wait for a status change or a timeout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorRequest.setStatus(SelectorRequest.Status status)
Called by the SelectorManager to notify a change of status.
|
Copyright © 2017 JacORB. All rights reserved.