|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AroundInvokeType
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.
Java class for around-invokeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="around-invokeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="method-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
FullyQualifiedClassType |
getClazz()
Gets the value of the clazz property. |
JavaIdentifierType |
getMethodName()
Gets the value of the methodName property. |
void |
setClazz(FullyQualifiedClassType value)
Sets the value of the clazz property. |
void |
setMethodName(JavaIdentifierType value)
Sets the value of the methodName property. |
| Method Detail |
|---|
FullyQualifiedClassType getClazz()
FullyQualifiedClassTypevoid setClazz(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypeJavaIdentifierType getMethodName()
JavaIdentifierTypevoid setMethodName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||