Package | Description |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.state |
Modifier and Type | Method and Description |
---|---|
StateWaiter |
AMQProtocolHandler.createWaiter(Set<AMQState> states) |
Modifier and Type | Method and Description |
---|---|
AMQState |
StateWaiter.await()
Await for the required State to be achieved within the default timeout.
|
AMQState |
StateWaiter.await(long timeout)
Await for the required State to be achieved.
|
AMQState |
AMQStateManager.getCurrentState() |
AMQState |
AMQStateChangedEvent.getNewState() |
AMQState |
AMQStateChangedEvent.getOldState() |
static AMQState |
AMQState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQState[] |
AMQState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AMQStateManager.changeState(AMQState newState) |
boolean |
StateWaiter.process(AMQState state)
When the state is changed this StateWaiter is notified to process the change.
|
Modifier and Type | Method and Description |
---|---|
StateWaiter |
AMQStateManager.createWaiter(Set<AMQState> states)
Create and add a new waiter to the notification list.
|
Constructor and Description |
---|
AMQStateChangedEvent(AMQState oldState,
AMQState newState) |
AMQStateManager(AMQState state,
AMQProtocolSession protocolSession) |
StateWaiter(AMQStateManager stateManager,
AMQState currentState,
Set<AMQState> awaitStates) |
Constructor and Description |
---|
StateWaiter(AMQStateManager stateManager,
AMQState currentState,
Set<AMQState> awaitStates) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.