|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleMetaData
Metadata about a lifecycle method.
Method Summary | |
---|---|
String |
getMethodName()
Get the method name. |
ControllerState |
getState()
Get the state |
boolean |
isIgnored()
Is default ignored. |
void |
setMethodName(String methodName)
Set the method name |
void |
setState(ControllerState state)
Set the state |
Methods inherited from interface org.jboss.beans.metadata.spi.ParameterizedMetaData |
---|
getParameters |
Methods inherited from interface org.jboss.beans.metadata.spi.FeatureMetaData |
---|
getAnnotations, getDescription |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
clone, toShortString, toShortString |
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode |
---|
clone, describeVisit, getChildren, initialVisit |
Method Detail |
---|
ControllerState getState()
void setState(ControllerState state)
state
- the stateString getMethodName()
void setMethodName(String methodName)
methodName
- the method nameboolean isIgnored()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |