|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AroundInvokeType
A representation of the model object 'Around Invoke Type'. The around-invoke type specifies a method on a class to be called during the around invoke portion of an ejb invocation. Note that each class may have only one around invoke 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 invoke definition appears.
The following features are supported:
EjbJar31Package.getAroundInvokeType()
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.getAroundInvokeType_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.getAroundInvokeType_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 |