public class AroundTimeout extends java.lang.Object implements CallbackMethod
Java class for around-timeoutType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="around-timeoutType"> <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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
methodName |
Constructor and Description |
---|
AroundTimeout() |
AroundTimeout(java.lang.reflect.Method method) |
AroundTimeout(java.lang.String clazz,
java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.lang.String |
getClazz() |
java.lang.String |
getMethodName() |
void |
setClazz(java.lang.String value) |
void |
setMethodName(java.lang.String value) |
protected java.lang.String clazz
protected java.lang.String methodName
public AroundTimeout()
public AroundTimeout(java.lang.reflect.Method method)
public AroundTimeout(java.lang.String clazz, java.lang.String methodName)
public java.lang.String getClazz()
public void setClazz(java.lang.String value)
public java.lang.String getMethodName()
getMethodName
in interface CallbackMethod
public void setMethodName(java.lang.String value)
public java.lang.String getClassName()
getClassName
in interface CallbackMethod