public final class ServerService extends AbstractControllerService
ModelController for an AS server instance.AbstractControllerService.ModelControllerServiceInitializationParams| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
JBOSS_SERVER_SCHEDULED_EXECUTOR
Service is not for general use, so the service name is not declared in the more visible
Services |
static String |
SERVER_NAME |
authorizer, BOOT_STACK_SIZE_PROPERTY, DEFAULT_BOOT_STACK_SIZE, processType| Modifier and Type | Method and Description |
|---|---|
static void |
addService(org.jboss.msc.service.ServiceTarget serviceTarget,
Bootstrap.Configuration configuration,
ControlledProcessState processState,
BootstrapListener bootstrapListener,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Add this service to the given service target.
|
protected void |
boot(BootContext context) |
protected boolean |
boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure) |
protected AbstractControllerService.ModelControllerServiceInitializationParams |
getModelControllerServiceInitializationParams() |
protected void |
initModel(ManagementModel managementModel,
Resource modelControllerResource) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
boot, boot, boot, bootThreadDone, createExtraValidationStepHandler, executeReadOnlyOperation, executeReadOnlyOperation, executeReadOnlyOperation, executeReadOnlyOperation, finishBoot, getAuditLogger, getBootErrorCollector, getExecutorServiceInjector, getMutableRootResourceRegistrationProvider, getValue, internalExecute, internalExecute, internalExecute, internalExecute, registerModelControllerServiceInitializationBootStep, setConfigurationPersister, stopAsynchronouspublic static final org.jboss.msc.service.ServiceName JBOSS_SERVER_SCHEDULED_EXECUTOR
Servicespublic static final String SERVER_NAME
public static void addService(org.jboss.msc.service.ServiceTarget serviceTarget,
Bootstrap.Configuration configuration,
ControlledProcessState processState,
BootstrapListener bootstrapListener,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
serviceTarget - the service targetconfiguration - the bootstrap configurationpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<ModelController>start in class AbstractControllerServiceorg.jboss.msc.service.StartExceptionprotected void boot(BootContext context) throws ConfigurationPersistenceException
boot in class AbstractControllerServiceConfigurationPersistenceExceptionprotected boolean boot(List<org.jboss.dmr.ModelNode> bootOperations, boolean rollbackOnRuntimeFailure) throws ConfigurationPersistenceException
boot in class AbstractControllerServiceConfigurationPersistenceExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<ModelController>stop in class AbstractControllerServiceprotected void initModel(ManagementModel managementModel, Resource modelControllerResource)
initModel in class AbstractControllerServiceprotected AbstractControllerService.ModelControllerServiceInitializationParams getModelControllerServiceInitializationParams()
getModelControllerServiceInitializationParams in class AbstractControllerServiceCopyright © 2015 JBoss by Red Hat. All rights reserved.