Package org.jboss.as.pojo.descriptor
Class CallbackConfig
- java.lang.Object
-
- org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
-
- org.jboss.as.pojo.descriptor.CallbackConfig
-
- All Implemented Interfaces:
Serializable,ConfigVisitorNode,TypeProvider
public class CallbackConfig extends AbstractConfigVisitorNode implements Serializable
Callback meta data. Atm this is simplified version of what we had in JBossAS5/6.- Author:
- Ales Justin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallbackConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName()StringgetSignature()BeanStategetState()BeanStategetWhenRequired()voidsetMethodName(String methodName)voidsetSignature(String signature)voidsetState(BeanState state)voidsetWhenRequired(BeanState whenRequired)-
Methods inherited from class org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
addChildren, getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getType, visit
-
-
-
-
Method Detail
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
getWhenRequired
public BeanState getWhenRequired()
-
setWhenRequired
public void setWhenRequired(BeanState whenRequired)
-
getState
public BeanState getState()
-
setState
public void setState(BeanState state)
-
getSignature
public String getSignature()
-
setSignature
public void setSignature(String signature)
-
-