org.eclipse.modisco.jee.ejbjar.EjbJar31
Interface AroundInvokeType


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:

See Also:
EjbJar31Package.getAroundInvokeType()
Generated:
Model:
extendedMetaData="name='around-invokeType' kind='elementOnly'"

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

getClass_

FullyQualifiedClassType getClass_()
Returns the value of the 'Class' containment reference.

If the meaning of the 'Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Class' containment reference.
See Also:
setClass(FullyQualifiedClassType), EjbJar31Package.getAroundInvokeType_Class()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='class' namespace='http://java.sun.com/xml/ns/javaee'"

setClass

void setClass(FullyQualifiedClassType value)
Sets the value of the 'Class' containment reference.

Parameters:
value - the new value of the 'Class' containment reference.
See Also:
getClass_()
Generated:

getMethodName

JavaIdentifierType getMethodName()
Returns the value of the 'Method Name' containment reference.

If the meaning of the 'Method Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Method Name' containment reference.
See Also:
setMethodName(JavaIdentifierType), EjbJar31Package.getAroundInvokeType_MethodName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='method-name' namespace='http://java.sun.com/xml/ns/javaee'"

setMethodName

void setMethodName(JavaIdentifierType value)
Sets the value of the 'Method Name' containment reference.

Parameters:
value - the new value of the 'Method Name' containment reference.
See Also:
getMethodName()
Generated: