Uses of Interface
org.jboss.as.server.DomainServerCommunicationServices.OperationIDUpdater
-
Packages that use DomainServerCommunicationServices.OperationIDUpdater Package Description org.jboss.as.server.controller.resources org.jboss.as.server.operations -
-
Uses of DomainServerCommunicationServices.OperationIDUpdater in org.jboss.as.server.controller.resources
Constructors in org.jboss.as.server.controller.resources with parameters of type DomainServerCommunicationServices.OperationIDUpdater Constructor Description ServerRootResourceDefinition(ContentRepository contentRepository, ExtensibleConfigurationPersister extensibleConfigurationPersister, ServerEnvironment serverEnvironment, ControlledProcessState processState, RunningModeControl runningModeControl, ExtensionRegistry extensionRegistry, boolean parallelBoot, PathManagerService pathManager, DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ManagedAuditLogger auditLogger, MutableRootResourceRegistrationProvider rootResourceRegistrationProvider, BootErrorCollector bootErrorCollector, CapabilityRegistry capabilityRegistry, ServerSuspendController suspendController) -
Uses of DomainServerCommunicationServices.OperationIDUpdater in org.jboss.as.server.operations
Constructors in org.jboss.as.server.operations with parameters of type DomainServerCommunicationServices.OperationIDUpdater Constructor Description ServerDomainProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, RunningModeControl runningModeControl, ControlledProcessState processState, DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater, ServerEnvironment serverEnvironment)
-