org.jbpm.formModeler.service.bb.commons.config.componentsFactory
Class Initializer
java.lang.Object
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.Initializer
- All Implemented Interfaces:
- Serializable, FactoryLifecycle
public class Initializer
- extends BasicFactoryElement
- implements FactoryLifecycle
Core factory component used to initialize other components at start-up such as global managers or singletons.
- See Also:
- Serialized Form
| 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 |
Initializer
public Initializer()
getInitialComponents
public Object[] getInitialComponents()
setInitialComponents
public void setInitialComponents(Object[] initialComponents)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.