|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessTimeoutType
A representation of the model object 'Access Timeout Type'. The access-timeoutType represents the maximum amount of time (in a given time unit) that the container should wait for a concurrency lock before throwing a timeout exception to the client. A timeout value of 0 means concurrent access is not permitted. A timeout value of -1 means wait indefinitely to acquire a lock.
The following features are supported:
EjbJar31Package.getAccessTimeoutType()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
XsdIntegerType |
getTimeout()
Returns the value of the 'Timeout' containment reference. |
TimeUnitTypeType |
getUnit()
Returns the value of the 'Unit' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setTimeout(XsdIntegerType value)
Sets the value of the ' Timeout ' containment reference. |
void |
setUnit(TimeUnitTypeType value)
Sets the value of the ' Unit ' containment reference. |
Method Detail |
---|
XsdIntegerType getTimeout()
If the meaning of the 'Timeout' containment reference isn't clear, there really should be more of a description here...
setTimeout(XsdIntegerType)
,
EjbJar31Package.getAccessTimeoutType_Timeout()
void setTimeout(XsdIntegerType value)
Timeout
' containment reference.
value
- the new value of the 'Timeout' containment reference.getTimeout()
TimeUnitTypeType getUnit()
If the meaning of the 'Unit' containment reference isn't clear, there really should be more of a description here...
setUnit(TimeUnitTypeType)
,
EjbJar31Package.getAccessTimeoutType_Unit()
void setUnit(TimeUnitTypeType value)
Unit
' containment reference.
value
- the new value of the 'Unit' containment reference.getUnit()
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.getAccessTimeoutType_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 |