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, setModule
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
public 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 AbstractPojoPhase
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<Object>
stop
in class AbstractPojoPhase
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.