Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ModelController> |
ApplicationClientDeploymentService.getControllerValue() |
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
|
Modifier and Type | Method and Description |
---|---|
static void |
TransactionalProtocolHandlers.addAsHandlerFactory(ManagementChannelHandler association,
ModelController controller)
Add a transaction protocol request handler to an existing channel.
|
static ManagementRequestHandlerFactory |
TransactionalProtocolHandlers.createHandler(ManagementChannelAssociation association,
ModelController controller)
Create a transactional protocol request handler.
|
Constructor and Description |
---|
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation) |
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
Subject subject) |
TransactionalProtocolOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation) |
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) |
Modifier and Type | Method and Description |
---|---|
static Future<MasterDomainControllerClient> |
RemoteDomainConnectionService.install(org.jboss.msc.service.ServiceTarget serviceTarget,
ModelController controller,
ExtensionRegistry extensionRegistry,
LocalHostControllerInfo localHostControllerInfo,
ProductConfig productConfig,
String securityRealm,
org.jboss.as.host.controller.RemoteDomainConnectionService.RemoteFileRepository remoteFileRepository,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
HostControllerRegistrationHandler.OperationExecutor operationExecutor,
DomainController domainController,
HostControllerEnvironment hostControllerEnvironment,
ExecutorService executor,
RunningMode currentRunningMode) |
Constructor and Description |
---|
ModelControllerMBeanServerPlugin(ConfiguredDomains configuredDomains,
ModelController controller,
boolean legacyWithProperPropertyFormat,
boolean forStandalone) |
Modifier and Type | Method and Description |
---|---|
Object |
ManagedObjectHandlerRegistry.getAttribute(ModelController controller,
ObjectName name,
String attribute) |
int |
ManagedObjectHandlerRegistry.getMBeanCount(ModelController controller) |
MBeanInfo |
ManagedObjectHandlerRegistry.getMBeanInfo(ModelController controller,
ObjectName name) |
boolean |
ManagedObjectHandlerRegistry.isRegistered(ModelController controller,
ObjectName name) |
Set<ObjectName> |
ManagedObjectHandlerRegistry.queryNames(ModelController controller,
ObjectName name,
QueryExp query) |
Constructor and Description |
---|
ModelReader(ModelController controller) |
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() |
Modifier and Type | Method and Description |
---|---|
RootResourceHack.ResourceAndRegistration |
RootResourceHack.getRootResource(ModelController controller) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.