Forge - Addon Container 2.0.0.Alpha3

org.jboss.forge.container
Class LockManagerImpl

java.lang.Object
  extended by org.jboss.forge.container.LockManagerImpl
All Implemented Interfaces:
LockManager

public class LockManagerImpl
extends Object
implements LockManager

Author:
Lincoln Baxter, III

Constructor Summary
LockManagerImpl()
           
 
Method Summary
<T> T
performLocked(LockMode mode, Callable<T> task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockManagerImpl

public LockManagerImpl()
Method Detail

performLocked

public <T> T performLocked(LockMode mode,
                           Callable<T> task)
Specified by:
performLocked in interface LockManager

Forge - Addon Container 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.