Uses of Class
org.mule.util.concurrent.WaitableBoolean

Packages that use WaitableBoolean
org.mule.impl.model   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.jbi.components   
org.mule.util.concurrent   
 

Uses of WaitableBoolean in org.mule.impl.model
 

Fields in org.mule.impl.model declared as WaitableBoolean
protected  WaitableBoolean AbstractComponent.stopping
          Determines whether stop has been called and is still in progress
protected  WaitableBoolean AbstractComponent.paused
          Determines if the component has been paused
 

Uses of WaitableBoolean in org.mule.providers
 

Fields in org.mule.providers declared as WaitableBoolean
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.connected
           
protected  WaitableBoolean AbstractMessageReceiver.stopped
           
 

Uses of WaitableBoolean in org.mule.providers.jbi.components
 

Fields in org.mule.providers.jbi.components declared as WaitableBoolean
protected  WaitableBoolean AbstractJbiComponent.started
           
 

Uses of WaitableBoolean in org.mule.util.concurrent
 

Methods in org.mule.util.concurrent with parameters of type WaitableBoolean
 int WaitableBoolean.compareTo(WaitableBoolean other)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.