Package org.mule.util.lock

Interface Summary
LockFactory Factory for creating Lock instances.
LockGroup Holds reference to all the obtained locks using LockFactory in order to release memory of no longer referenced locks.
LockProvider Provides abstraction in the creation and destruction of Mule locks.
 

Class Summary
InstanceLockGroup LockGroup implementation for holding references to created locks inside a mule instance.
InstanceLockGroup.LockEntry  
LockAdapter Implementation of Lock that delegates the locking mechanism to a LockGroup but looks like a regular lock from the client's perspective
MuleLockFactory  
SingleServerLockProvider LockProvider implementation for applications running in a single mule server
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.