|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConcurrentMethodType
A representation of the model object 'Concurrent Method Type'. The concurrent-methodType specifies information about a method of a bean with container managed concurrency. The optional lock element specifies the kind of concurrency lock asssociated with the method. The optional access-timeout element specifies the amount of time (in a given time unit) the container should wait for a concurrency lock before throwing an exception to the client.
The following features are supported:
EjbJar31Package.getConcurrentMethodType()
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |