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

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 AbstractConnectable.connected
           
protected  WaitableBoolean AbstractConnectable.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-2009 MuleSource, Inc.. All Rights Reserved.