|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitableBoolean | |
---|---|
org.mule.service | |
org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.util.concurrent |
Uses of WaitableBoolean in org.mule.service |
---|
Fields in org.mule.service declared as WaitableBoolean | |
---|---|
protected WaitableBoolean |
AbstractService.paused
Determines if the service has been paused |
protected WaitableBoolean |
AbstractService.stopping
Determines whether stop has been called and is still in progress |
Uses of WaitableBoolean in org.mule.transport |
---|
Fields in org.mule.transport declared as WaitableBoolean | |
---|---|
protected WaitableBoolean |
AbstractMessageReceiver.connected
|
protected WaitableBoolean |
AbstractConnector.connected
|
protected WaitableBoolean |
AbstractConnector.connecting
|
protected WaitableBoolean |
AbstractConnector.startOnConnect
If the connect method was called via the start method, this will be set so that when the connector comes on line it will be started |
protected WaitableBoolean |
AbstractMessageReceiver.stopped
|
Uses of WaitableBoolean in org.mule.util.concurrent |
---|
Methods in org.mule.util.concurrent with parameters of type WaitableBoolean | |
---|---|
int |
WaitableBoolean.compareTo(WaitableBoolean other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |