org.jboss.weld.context.beanstore
Class LockStore

java.lang.Object
  extended by org.jboss.weld.context.beanstore.LockStore
All Implemented Interfaces:
Serializable

public class LockStore
extends Object
implements Serializable

Helper class for bean store creation locking.

Author:
Stuart Douglas
See Also:
Serialized Form

Constructor Summary
LockStore()
           
 
Method Summary
 LockedBean lock(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockStore

public LockStore()
Method Detail

lock

public LockedBean lock(String id)


Copyright © 2013 Seam Framework. All Rights Reserved.