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
Callback meta data.
Atm this is simplified version of what we had in JBossAS5/6.
- Author:
- Ales Justin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()voidsetMethodName(String methodName) voidsetSignature(String signature) voidvoidsetWhenRequired(BeanState whenRequired) Methods inherited from class org.jboss.as.pojo.descriptor.AbstractConfigVisitorNode
addChildren, getChildren, getTempBeanInfo, getTempBeanInfo, getTempBeanInfo, getType, getType, visit
-
Constructor Details
-
CallbackConfig
public CallbackConfig()
-
-
Method Details
-
getMethodName
-
setMethodName
-
getWhenRequired
-
setWhenRequired
-
getState
-
setState
-
getSignature
-
setSignature
-