|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.AroundTimeoutTypeImpl<T>
public class AroundTimeoutTypeImpl<T>
This class implements the around-timeoutType
xsd type
Original Documentation:
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.
Constructor Summary | |
---|---|
AroundTimeoutTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
AroundTimeoutTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getClazz()
Returns the class element |
java.lang.String |
getMethodName()
Returns the method-name element |
AroundTimeoutType<T> |
removeClazz()
Removes the class element |
AroundTimeoutType<T> |
removeMethodName()
Removes the method-name element |
AroundTimeoutType<T> |
setClazz(java.lang.String clazz)
If not already created, a new class element with the given value will be created. |
AroundTimeoutType<T> |
setMethodName(java.lang.String methodName)
If not already created, a new method-name element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AroundTimeoutTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public AroundTimeoutTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public AroundTimeoutType<T> setClazz(java.lang.String clazz)
class
element with the given value will be created.
Otherwise, the existing class
element will be updated with the given value.
setClazz
in interface AroundTimeoutType<T>
AroundTimeoutType
public AroundTimeoutType<T> removeClazz()
class
element
removeClazz
in interface AroundTimeoutType<T>
AroundTimeoutType
public java.lang.String getClazz()
class
element
getClazz
in interface AroundTimeoutType<T>
class
public AroundTimeoutType<T> setMethodName(java.lang.String methodName)
method-name
element with the given value will be created.
Otherwise, the existing method-name
element will be updated with the given value.
setMethodName
in interface AroundTimeoutType<T>
AroundTimeoutType
public AroundTimeoutType<T> removeMethodName()
method-name
element
removeMethodName
in interface AroundTimeoutType<T>
AroundTimeoutType
public java.lang.String getMethodName()
method-name
element
getMethodName
in interface AroundTimeoutType<T>
method-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |