|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.AbstractFeatureMetaData
org.jboss.beans.metadata.plugins.AbstractLifecycleMetaData
public class AbstractLifecycleMetaData
Metadata for lifecycle.
| Field Summary | |
|---|---|
protected String |
methodName
The method name |
protected List |
parameters
The paramaters List |
protected ControllerState |
state
The state |
| Fields inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData |
|---|
annotations, description |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
AbstractLifecycleMetaData()
Create a new lifecycle meta data |
|
| Method Summary | |
|---|---|
Iterator |
getChildren()
Return the child nodes |
String |
getMethodName()
Get the method name. |
List |
getParameters()
Get the parameters. |
ControllerState |
getState()
Get the state |
void |
setMethodName(String name)
Set the method name |
void |
setParameters(List parameters)
Set the parameters |
void |
setState(ControllerState state)
Set the state |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
void |
visit(MetaDataVisitor visitor)
Visit the node |
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData |
|---|
getAnnotations, getDescription, setAnnotations, setDescription, toShortString |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.beans.metadata.spi.FeatureMetaData |
|---|
getAnnotations, getDescription |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString, toShortString |
| Field Detail |
|---|
protected ControllerState state
protected String methodName
protected List parameters
| Constructor Detail |
|---|
public AbstractLifecycleMetaData()
| Method Detail |
|---|
public ControllerState getState()
LifecycleMetaData
getState in interface LifecycleMetaDatapublic void setState(ControllerState state)
LifecycleMetaData
setState in interface LifecycleMetaDatastate - the statepublic String getMethodName()
LifecycleMetaData
getMethodName in interface LifecycleMetaDatapublic void setMethodName(String name)
name - the factory methodpublic List getParameters()
LifecycleMetaData
getParameters in interface LifecycleMetaDatapublic void setParameters(List parameters)
parameters - Listpublic void visit(MetaDataVisitor visitor)
MetaDataVisitorNode
visit in interface MetaDataVisitorNodevisit in class AbstractFeatureMetaDatavisitor - the visitorpublic Iterator getChildren()
MetaDataVisitorNode
getChildren in interface MetaDataVisitorNodegetChildren in class AbstractFeatureMetaDatapublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class AbstractFeatureMetaData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||