Package org.jboss.as.pojo.service
Class CreateDestroyPojoPhase
- java.lang.Object
-
- org.jboss.as.pojo.service.AbstractPojoPhase
-
- org.jboss.as.pojo.service.LifecyclePojoPhase
-
- org.jboss.as.pojo.service.CreateDestroyPojoPhase
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Object>,org.jboss.msc.value.Value<Object>
public class CreateDestroyPojoPhase extends LifecyclePojoPhase
POJO create/destroy phase.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description CreateDestroyPojoPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractPojoPhasecreateNextPhase()protected StringdefaultDown()protected StringdefaultUp()protected LifecycleConfiggetDownConfig()protected BeanStategetLifecycleState()protected LifecycleConfiggetUpConfig()-
Methods inherited from class org.jboss.as.pojo.service.LifecyclePojoPhase
dispatchJoinpoint, startInternal, stopInternal
-
Methods inherited from class org.jboss.as.pojo.service.AbstractPojoPhase
addCallbacks, considerUninstalls, createJoinpoint, executeInstalls, executeUninstalls, getBean, getBeanConfig, getBeanInfo, getIndex, getModule, getValue, registerAliases, removeCallbacks, setBean, setBeanConfig, setBeanInfo, setIndex, setModule, start, stop
-
-
-
-
Method Detail
-
getLifecycleState
protected BeanState getLifecycleState()
- Specified by:
getLifecycleStatein classAbstractPojoPhase
-
createNextPhase
protected AbstractPojoPhase createNextPhase()
- Specified by:
createNextPhasein classAbstractPojoPhase
-
getUpConfig
protected LifecycleConfig getUpConfig()
- Specified by:
getUpConfigin classLifecyclePojoPhase
-
getDownConfig
protected LifecycleConfig getDownConfig()
- Specified by:
getDownConfigin classLifecyclePojoPhase
-
defaultUp
protected String defaultUp()
- Specified by:
defaultUpin classLifecyclePojoPhase
-
defaultDown
protected String defaultDown()
- Specified by:
defaultDownin classLifecyclePojoPhase
-
-