Package | Description |
---|---|
org.mule.service | |
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.util.concurrent |
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
int |
WaitableBoolean.compareTo(WaitableBoolean other) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.