Uses of Class
org.modeshape.jboss.managed.ManagedLock

Packages that use ManagedLock
org.modeshape.jboss.managed   
 

Uses of ManagedLock in org.modeshape.jboss.managed
 

Fields in org.modeshape.jboss.managed with type parameters of type ManagedLock
static Comparator<ManagedLock> ManagedLock.SORT_BY_OWNER
          A sorter for when locks need to be sorted by owner.
 

Methods in org.modeshape.jboss.managed that return types with arguments of type ManagedLock
 List<ManagedLock> ManagedRepository.listLocks()
          Obtains all the repository locks sorted by owner.
 List<ManagedLock> ManagedRepository.listLocks(Comparator<ManagedLock> lockSorter)
          Obtains all the repository locks sorted by the specified sorter.
 

Method parameters in org.modeshape.jboss.managed with type arguments of type ManagedLock
 List<ManagedLock> ManagedRepository.listLocks(Comparator<ManagedLock> lockSorter)
          Obtains all the repository locks sorted by the specified sorter.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.