public interface ConcurrentMethodType
The following features are supported:
EjbJar31Package.getConcurrentMethodType()| Modifier and Type | Method and Description |
|---|---|
AccessTimeoutType |
getAccessTimeout()
Returns the value of the 'Access Timeout' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
ConcurrentLockTypeType |
getLock()
Returns the value of the 'Lock' containment reference.
|
NamedMethodType |
getMethod()
Returns the value of the 'Method' containment reference.
|
void |
setAccessTimeout(AccessTimeoutType value)
Sets the value of the '
Access Timeout' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setLock(ConcurrentLockTypeType value)
Sets the value of the '
Lock' containment reference. |
void |
setMethod(NamedMethodType value)
Sets the value of the '
Method' containment reference. |
NamedMethodType getMethod()
If the meaning of the 'Method' containment reference isn't clear, there really should be more of a description here...
setMethod(NamedMethodType),
EjbJar31Package.getConcurrentMethodType_Method()void setMethod(NamedMethodType value)
Method' containment reference.
value - the new value of the 'Method' containment reference.getMethod()ConcurrentLockTypeType getLock()
If the meaning of the 'Lock' containment reference isn't clear, there really should be more of a description here...
setLock(ConcurrentLockTypeType),
EjbJar31Package.getConcurrentMethodType_Lock()void setLock(ConcurrentLockTypeType value)
Lock' containment reference.
value - the new value of the 'Lock' containment reference.getLock()AccessTimeoutType getAccessTimeout()
If the meaning of the 'Access Timeout' containment reference isn't clear, there really should be more of a description here...
setAccessTimeout(AccessTimeoutType),
EjbJar31Package.getConcurrentMethodType_AccessTimeout()void setAccessTimeout(AccessTimeoutType value)
Access Timeout' containment reference.
value - the new value of the 'Access Timeout' containment reference.getAccessTimeout()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getConcurrentMethodType_Id()