|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dashboard.factory.BasicFactoryElement
public abstract class BasicFactoryElement
Base class that any Factory bean must extends.
| Constructor Summary | |
|---|---|
BasicFactoryElement()
|
|
| Method Summary | |
|---|---|
protected void |
addPeriodicTask(Method m,
long sleepInterval)
|
protected void |
addPeriodicTask(String methodName,
long sleepInterval)
|
Object |
factoryLookup(String path)
|
String |
getComponentAlias()
|
String |
getComponentDescription()
|
String |
getComponentName()
|
String |
getComponentScope()
|
void |
init()
Called after constructing the instance and before setting the default properties |
void |
setComponentAlias(String alias)
|
void |
shutdown()
Called when the Factory is going down, to allow the release of resources. |
void |
start()
Called after constructing the instance and setting the default properties. |
void |
stop()
Called by the factory before setting a group of properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicFactoryElement()
| Method Detail |
|---|
public void init()
throws Exception
init in interface FactoryLifecycleException
public void start()
throws Exception
start in interface FactoryLifecycleException
public void stop()
throws Exception
stop in interface FactoryLifecycleException
public void shutdown()
throws Exception
shutdown in interface FactoryLifecycleExceptionpublic final String getComponentName()
public final String getComponentScope()
public final String getComponentDescription()
public Object factoryLookup(String path)
public void setComponentAlias(String alias)
public String getComponentAlias()
protected void addPeriodicTask(String methodName,
long sleepInterval)
protected void addPeriodicTask(Method m,
long sleepInterval)
|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||