public abstract class LifecyclePojoPhase extends AbstractPojoPhase
log
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, stop
protected abstract LifecycleConfig getUpConfig()
protected abstract LifecycleConfig getDownConfig()
protected abstract String defaultUp()
protected abstract String defaultDown()
protected void dispatchJoinpoint(LifecycleConfig config, String defaultMethod) throws Throwable
Throwable
protected void startInternal(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
startInternal
in class AbstractPojoPhase
org.jboss.msc.service.StartException
protected void stopInternal(org.jboss.msc.service.StopContext context)
stopInternal
in class AbstractPojoPhase
Copyright © 2015 JBoss by Red Hat. All rights reserved.