public abstract class LifecyclePojoPhase extends AbstractPojoPhase
| Constructor and Description |
|---|
LifecyclePojoPhase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
defaultDown() |
protected abstract String |
defaultUp() |
protected void |
dispatchJoinpoint(LifecycleConfig config,
String defaultMethod) |
protected abstract LifecycleConfig |
getDownConfig() |
protected abstract LifecycleConfig |
getUpConfig() |
protected void |
startInternal(org.jboss.msc.service.StartContext context) |
protected void |
stopInternal(org.jboss.msc.service.StopContext context) |
addCallbacks, considerUninstalls, createJoinpoint, createNextPhase, executeInstalls, executeUninstalls, getBean, getBeanConfig, getBeanInfo, getIndex, getLifecycleState, getModule, getValue, registerAliases, removeCallbacks, setBean, setBeanConfig, setBeanInfo, setIndex, setModule, start, stopprotected abstract LifecycleConfig getUpConfig()
protected abstract LifecycleConfig getDownConfig()
protected abstract String defaultUp()
protected abstract String defaultDown()
protected void dispatchJoinpoint(LifecycleConfig config, String defaultMethod) throws Throwable
Throwableprotected void startInternal(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
startInternal in class AbstractPojoPhaseorg.jboss.msc.service.StartExceptionprotected void stopInternal(org.jboss.msc.service.StopContext context)
stopInternal in class AbstractPojoPhaseCopyright © 2019 JBoss by Red Hat. All rights reserved.