org.jbpm.formModeler.service.bb.commons.config.componentsFactory
Class InitialModule
java.lang.Object
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.InitialModule
- All Implemented Interfaces:
- Serializable, FactoryLifecycle
public abstract class InitialModule
- extends BasicFactoryElement
A core factory component addressed to initialize or update application data at system start-up.
- See Also:
- Serialized Form
|
Field Summary |
static org.apache.commons.logging.Log |
log
|
| Methods inherited from class org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static transient org.apache.commons.logging.Log log
InitialModule
public InitialModule()
getName
public String getName()
setName
public void setName(String name)
getVersion
public long getVersion()
setVersion
public void setVersion(long version)
doTheInstall
public boolean doTheInstall()
install
protected abstract boolean install()
- Install this module
- Returns:
- true on success
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.