Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.remote | |
org.jboss.as.domain.http.server | |
org.jboss.as.jmx.model | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.server.deployment.client | |
org.jboss.as.server.mgmt | |
org.jboss.as.server.mgmt.domain |
Modifier and Type | Method and Description |
---|---|
ModelController |
AbstractControllerService.getValue() |
Modifier and Type | Method and Description |
---|---|
protected ModelController |
AbstractModelControllerOperationHandlerFactoryService.getController() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ModelController> |
AbstractModelControllerOperationHandlerFactoryService.getModelControllerInjector()
Use to inject the model controller that will be the target of the operations
|
Constructor and Description |
---|
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
ResponseAttachmentInputStreamSupport responseAttachmentSupport,
ExecutorService clientRequestExecutor) |
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
ResponseAttachmentInputStreamSupport responseAttachmentSupport,
ExecutorService clientRequestExecutor,
Subject subject) |
TransactionalProtocolOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
ResponseAttachmentInputStreamSupport responseAttachmentSupport) |
Modifier and Type | Method and Description |
---|---|
static ManagementHttpServer |
ManagementHttpServer.create(InetSocketAddress bindAddress,
InetSocketAddress secureBindAddress,
int backlog,
ModelController modelController,
SecurityRealm securityRealm,
ControlledProcessStateService controlledProcessStateService,
ConsoleMode consoleMode,
String consoleSlot,
io.undertow.server.handlers.ChannelUpgradeHandler upgradeHandler,
ManagementHttpRequestProcessor managementHttpRequestProcessor,
Collection<String> allowedOrigins,
org.xnio.XnioWorker worker,
Executor managementExecutor) |
Constructor and Description |
---|
ModelControllerMBeanServerPlugin(MBeanServer mbeanServer,
ConfiguredDomains configuredDomains,
ModelController controller,
MBeanServerDelegate delegate,
boolean legacyWithProperPropertyFormat,
ProcessType processType,
ManagementModelIntegration.ManagementModelProvider managementModelProvider,
boolean isMasterHc) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ModelController> |
ContentCleanerService.getControllerValue() |
Constructor and Description |
---|
ModelControllerServerDeploymentManager(ModelController controller) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<ModelController> |
UndertowHttpManagementService.getModelControllerInjector()
Get the model controller injector to dispatch management requests to
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ModelController> |
ServerBootOperationsService.getServerController() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.