public class GraviaSubsystemBootstrap extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEPENDENCIES_GRAVIA_RESOURCE |
static int |
INSTALL_GRAVIA_MODULE_START |
static int |
PARSE_GRAVIA_RESOURCE |
static int |
PARSE_GRAVIA_SERVICES_PROVIDER |
static int |
POST_MODULE_GRAVIA_MODULE_INSTALL |
| Constructor and Description |
|---|
GraviaSubsystemBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeploymentUnitProcessors(org.jboss.as.server.DeploymentProcessorTarget processorTarget) |
protected org.jboss.msc.service.ServiceController<?> |
getBoostrapService(org.jboss.as.controller.OperationContext context,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler) |
protected org.jboss.msc.service.ServiceController<org.jboss.gravia.runtime.Runtime> |
getRuntimeService(org.jboss.as.controller.OperationContext context,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler) |
List<org.jboss.msc.service.ServiceController<?>> |
getSubsystemServices(org.jboss.as.controller.OperationContext context,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler) |
public static final int PARSE_GRAVIA_SERVICES_PROVIDER
public static final int PARSE_GRAVIA_RESOURCE
public static final int DEPENDENCIES_GRAVIA_RESOURCE
public static final int POST_MODULE_GRAVIA_MODULE_INSTALL
public static final int INSTALL_GRAVIA_MODULE_START
public List<org.jboss.msc.service.ServiceController<?>> getSubsystemServices(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.ServiceVerificationHandler verificationHandler)
protected org.jboss.msc.service.ServiceController<?> getBoostrapService(org.jboss.as.controller.OperationContext context,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler)
protected org.jboss.msc.service.ServiceController<org.jboss.gravia.runtime.Runtime> getRuntimeService(org.jboss.as.controller.OperationContext context,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler)
public void addDeploymentUnitProcessors(org.jboss.as.server.DeploymentProcessorTarget processorTarget)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.