Package org.jboss.as.pojo.service
Class StartStopPojoPhase
java.lang.Object
org.jboss.as.pojo.service.AbstractPojoPhase
org.jboss.as.pojo.service.LifecyclePojoPhase
org.jboss.as.pojo.service.StartStopPojoPhase
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Object>,org.jboss.msc.value.Value<Object>
POJO start/stop phase.
- Author:
- Ales Justin
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractPojoPhaseprotected Stringprotected Stringprotected LifecycleConfigprotected BeanStateprotected LifecycleConfigMethods inherited from class org.jboss.as.pojo.service.LifecyclePojoPhase
dispatchJoinpoint, startInternal, stopInternalMethods 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
-
Constructor Details
-
StartStopPojoPhase
public StartStopPojoPhase()
-
-
Method Details
-
getLifecycleState
- Specified by:
getLifecycleStatein classAbstractPojoPhase
-
createNextPhase
- Specified by:
createNextPhasein classAbstractPojoPhase
-
getUpConfig
- Specified by:
getUpConfigin classLifecyclePojoPhase
-
getDownConfig
- Specified by:
getDownConfigin classLifecyclePojoPhase
-
defaultUp
- Specified by:
defaultUpin classLifecyclePojoPhase
-
defaultDown
- Specified by:
defaultDownin classLifecyclePojoPhase
-