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() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(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, setModuleprotected abstract LifecycleConfig getUpConfig()
protected abstract LifecycleConfig getDownConfig()
protected abstract String defaultUp()
protected abstract String defaultDown()
protected void dispatchJoinpoint(LifecycleConfig config, String defaultMethod) throws Throwable
Throwablepublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<Object>start in class AbstractPojoPhaseorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<Object>stop in class AbstractPojoPhaseCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.