Package org.jboss.as.pojo.service
Class InstalledPojoPhase
- java.lang.Object
-
- org.jboss.as.pojo.service.AbstractPojoPhase
-
- org.jboss.as.pojo.service.InstalledPojoPhase
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Object>,org.jboss.msc.value.Value<Object>
public class InstalledPojoPhase extends AbstractPojoPhase
POJO installed phase.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description InstalledPojoPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractPojoPhasecreateNextPhase()protected BeanStategetLifecycleState()-
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, startInternal, stop, stopInternal
-
-
-
-
Method Detail
-
getLifecycleState
protected BeanState getLifecycleState()
- Specified by:
getLifecycleStatein classAbstractPojoPhase
-
createNextPhase
protected AbstractPojoPhase createNextPhase()
- Specified by:
createNextPhasein classAbstractPojoPhase
-
-