Package org.jboss.as.pojo.service
Class LifecyclePojoPhase
java.lang.Object
org.jboss.as.pojo.service.AbstractPojoPhase
org.jboss.as.pojo.service.LifecyclePojoPhase
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Object>,org.jboss.msc.value.Value<Object>
- Direct Known Subclasses:
CreateDestroyPojoPhase,StartStopPojoPhase
POJO lifecycle phase.
- Author:
- Ales Justin
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected abstract Stringprotected voiddispatchJoinpoint(LifecycleConfig config, String defaultMethod) protected abstract LifecycleConfigprotected abstract LifecycleConfigprotected voidstartInternal(org.jboss.msc.service.StartContext context) protected voidstopInternal(org.jboss.msc.service.StopContext context) Methods inherited from class org.jboss.as.pojo.service.AbstractPojoPhase
addCallbacks, considerUninstalls, createJoinpoint, createNextPhase, executeInstalls, executeUninstalls, getBean, getBeanConfig, getBeanInfo, getIndex, getLifecycleState, getModule, getValue, registerAliases, removeCallbacks, setBean, setBeanConfig, setBeanInfo, setIndex, setModule, start, stop
-
Constructor Details
-
LifecyclePojoPhase
public LifecyclePojoPhase()
-
-
Method Details
-
getUpConfig
-
getDownConfig
-
defaultUp
-
defaultDown
-
dispatchJoinpoint
- Throws:
Throwable
-
startInternal
protected void startInternal(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Overrides:
startInternalin classAbstractPojoPhase- Throws:
org.jboss.msc.service.StartException
-
stopInternal
protected void stopInternal(org.jboss.msc.service.StopContext context) - Overrides:
stopInternalin classAbstractPojoPhase
-