|
|||||||||||
| 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
Metadata for lifecycle.
| Field Summary | |
protected String |
methodName
The method name |
protected List |
parameters
The paramaters List |
protected org.jboss.dependency.spi.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. |
org.jboss.dependency.spi.ControllerState |
getState()
Get the state |
void |
setMethodName(String name)
Set the method name |
void |
setParameters(List parameters)
Set the parameters |
void |
setState(org.jboss.dependency.spi.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 org.jboss.dependency.spi.ControllerState state
protected String methodName
protected List parameters
| Constructor Detail |
public AbstractLifecycleMetaData()
| Method Detail |
public org.jboss.dependency.spi.ControllerState getState()
LifecycleMetaData
getState in interface LifecycleMetaDatapublic void setState(org.jboss.dependency.spi.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 AbstractFeatureMetaDatapublic 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 | ||||||||||