org.ow2.util.ee.metadata.ejbjar.api.xml.struct
Interface IConcurrentMethod

All Superinterfaces:
Serializable

public interface IConcurrentMethod
extends Serializable

Defines concurrent method to be used for managing locks.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 IAccessTimeout getAccessTimeout()
           
 ILockType getLockType()
           
 IMethodDD getMethod()
           
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getMethod

IMethodDD getMethod()
Returns:
business method for which the concurrency applies.

getLockType

ILockType getLockType()
Returns:
concurrency locking type.

getAccessTimeout

IAccessTimeout getAccessTimeout()
Returns:
access timeout for this concurrent method.


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