public final class ServerService extends AbstractControllerService
ModelController for an AS server instance.AbstractControllerService.ControllerInstabilityListener, AbstractControllerService.ModelControllerServiceInitializationParams, AbstractControllerService.PartialModelIndicator| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
JBOSS_SERVER_CLIENT_FACTORY
Service is not for general use, so the service name is not declared in the more visible
Services |
static org.jboss.msc.service.ServiceName |
JBOSS_SERVER_NOTIFICATION_REGISTRY
Service is not for general use, so the service name is not declared in the more visible
Services |
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, CLIENT_FACTORY_CAPABILITY, DEFAULT_BOOT_STACK_SIZE, EXECUTOR_CAPABILITY, NOTIFICATION_REGISTRY_CAPABILITY, PATH_MANAGER_CAPABILITY, processType, securityIdentitySupplier| 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,
ManagementSecurityIdentitySupplier securityIdentitySupplier,
SuspendController suspendController)
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 void |
finishBoot(boolean suspend) |
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) |
acquireReadLock, boot, boot, boot, bootThreadDone, createExtraValidationStepHandler, executeReadOnlyOperation, executeReadOnlyOperation, executeReadOnlyOperation, executeReadOnlyOperation, finishBoot, getAuditLogger, getBootErrorCollector, getContainerInstabilityInjector, getExecutorServiceInjector, getMutableRootResourceRegistrationProvider, getNotificationSupport, getPartialModelIndicator, getStabilityMonitor, getValue, internalExecute, internalExecute, internalExecute, internalExecute, isExposingClientServicesAllowed, registerModelControllerServiceInitializationBootStep, releaseReadLock, setConfigurationPersister, stopAsynchronouspublic static final org.jboss.msc.service.ServiceName JBOSS_SERVER_CLIENT_FACTORY
Servicespublic static final org.jboss.msc.service.ServiceName JBOSS_SERVER_NOTIFICATION_REGISTRY
Servicespublic 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,
ManagementSecurityIdentitySupplier securityIdentitySupplier,
SuspendController suspendController)
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.Servicestart in class AbstractControllerServiceorg.jboss.msc.service.StartExceptionprotected void boot(BootContext context) throws ConfigurationPersistenceException
boot in class AbstractControllerServiceConfigurationPersistenceExceptionprotected void finishBoot(boolean suspend)
throws ConfigurationPersistenceException
protected 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.Servicestop in class AbstractControllerServiceprotected void initModel(ManagementModel managementModel, Resource modelControllerResource)
initModel in class AbstractControllerServiceprotected AbstractControllerService.ModelControllerServiceInitializationParams getModelControllerServiceInitializationParams()
getModelControllerServiceInitializationParams in class AbstractControllerServiceCopyright © 2018 JBoss by Red Hat. All rights reserved.