Uses of Interface
org.jboss.as.server.suspend.ServerSuspendController
Packages that use ServerSuspendController
Package
Description
-
Uses of ServerSuspendController in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type ServerSuspendControllerModifier and TypeMethodDescriptionstatic voidServerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget, Bootstrap.Configuration configuration, ControlledProcessState processState, BootstrapListener bootstrapListener, RunningModeControl runningModeControl, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ServerSuspendController suspendController) Add this service to the given service target. -
Uses of ServerSuspendController in org.jboss.as.server.controller.resources
Constructors in org.jboss.as.server.controller.resources with parameters of type ServerSuspendControllerModifierConstructorDescriptionServerRootResourceDefinition(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 ServerSuspendController in org.jboss.as.server.jmx
Methods in org.jboss.as.server.jmx with parameters of type ServerSuspendControllerModifier and TypeMethodDescriptionstatic voidRunningStateJmx.registerMBean(ProcessStateNotifier processStateNotifier, ServerSuspendController suspendController, RunningModeControl runningModeControl, boolean isServer) -
Uses of ServerSuspendController in org.jboss.as.server.operations
Constructors in org.jboss.as.server.operations with parameters of type ServerSuspendControllerModifierConstructorDescriptionServerDomainProcessShutdownHandler(ServerSuspendController suspendController) ServerResumeHandler(ServerSuspendController suspendController) ServerShutdownHandler(ControlledProcessState processState, ServerEnvironment serverEnvironment, ServerSuspendController suspendController) ServerSuspendHandler(ServerSuspendController suspendController) SuspendStateReadHandler(ServerSuspendController suspendController) -
Uses of ServerSuspendController in org.jboss.as.server.suspend
Classes in org.jboss.as.server.suspend that implement ServerSuspendControllerModifier and TypeClassDescriptionclassOrchestrates suspending and resuming of registered server activity.Fields in org.jboss.as.server.suspend with type parameters of type ServerSuspendControllerModifier and TypeFieldDescriptionstatic final org.wildfly.service.descriptor.NullaryServiceDescriptor<ServerSuspendController>ServerSuspendController.SERVICE_DESCRIPTOR