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


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:

See Also:
EjbJar31Package.getAroundTimeoutType()
Generated:
Model:
extendedMetaData="name='around-timeoutType' 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.getAroundTimeoutType_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.getAroundTimeoutType_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: