|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AroundTimeoutType
A representation of the model object 'Around Timeout Type'. The around-timeout type specifies a method on a class to be called during the around-timeout portion of a timer timeout callback. Note that each class may have only one around-timeout method and that the method may not be overloaded. If the class element is missing then the class defining the callback is assumed to be the interceptor class or component class in scope at the location in the descriptor in which the around-timeout definition appears.
The following features are supported:
EjbJar31Package.getAroundTimeoutType()
Method Summary | |
---|---|
FullyQualifiedClassType |
getClass_()
Returns the value of the 'Class' containment reference. |
JavaIdentifierType |
getMethodName()
Returns the value of the 'Method Name' containment reference. |
void |
setClass(FullyQualifiedClassType value)
Sets the value of the ' Class ' containment reference. |
void |
setMethodName(JavaIdentifierType value)
Sets the value of the ' Method Name ' containment reference. |
Method Detail |
---|
FullyQualifiedClassType getClass_()
If the meaning of the 'Class' containment reference isn't clear, there really should be more of a description here...
setClass(FullyQualifiedClassType)
,
EjbJar31Package.getAroundTimeoutType_Class()
void setClass(FullyQualifiedClassType value)
Class
' containment reference.
value
- the new value of the 'Class' containment reference.getClass_()
JavaIdentifierType getMethodName()
If the meaning of the 'Method Name' containment reference isn't clear, there really should be more of a description here...
setMethodName(JavaIdentifierType)
,
EjbJar31Package.getAroundTimeoutType_MethodName()
void setMethodName(JavaIdentifierType value)
Method Name
' containment reference.
value
- the new value of the 'Method Name' containment reference.getMethodName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |