Uses of Class
org.ow2.util.ee.metadata.ejbjar.api.struct.ILockType

Packages that use ILockType
org.ow2.util.ee.metadata.ejbjar.api Implementation of EJB 3.0 container 
org.ow2.util.ee.metadata.ejbjar.api.struct Implementation of EJB 3.0 container 
 

Uses of ILockType in org.ow2.util.ee.metadata.ejbjar.api
 

Methods in org.ow2.util.ee.metadata.ejbjar.api that return ILockType
 ILockType ILock.getLockType()
           
 

Methods in org.ow2.util.ee.metadata.ejbjar.api with parameters of type ILockType
 void ILock.setLockType(ILockType lockType)
          Set Lock Type.
 

Uses of ILockType in org.ow2.util.ee.metadata.ejbjar.api.struct
 

Methods in org.ow2.util.ee.metadata.ejbjar.api.struct that return ILockType
static ILockType ILockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ILockType[] ILockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.