Uses of Interface
org.jasig.cas.ticket.registry.support.LockingStrategy

Packages that use LockingStrategy
org.jasig.cas.ticket.registry.support This package contains the supporting versions of the interfaces defined in the ticket package. 
 

Uses of LockingStrategy in org.jasig.cas.ticket.registry.support
 

Classes in org.jasig.cas.ticket.registry.support that implement LockingStrategy
 class JdbcLockingStrategy
          Locking strategy that uses database storage for lock state that has the following properties: Exclusivity - Only only client at a time may acquire the lock. Non-reentrant - An attempt to re-acquire the lock by the current holder will fail. Lock expiration - Locks are acquired with an expiration such that a request to acquire the lock after the expiration date will succeed even if it is currently held by another client.
 class NoOpLockingStrategy
          No-Op locking strategy that allows the use of DefaultTicketRegistryCleaner in environments where exclusive access to the registry for cleaning is either unnecessary or not possible.
 

Methods in org.jasig.cas.ticket.registry.support with parameters of type LockingStrategy
 void DefaultTicketRegistryCleaner.setLock(LockingStrategy strategy)
           
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.