Uses of Interface
org.jboss.as.server.suspend.ServerSuspendController
-
Packages that use ServerSuspendController Package Description org.jboss.as.server org.jboss.as.server.controller.resources org.jboss.as.server.jmx org.jboss.as.server.operations org.jboss.as.server.suspend -
-
Uses of ServerSuspendController in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type ServerSuspendController Modifier and Type Method Description static 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 ServerSuspendController 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 ServerSuspendController in org.jboss.as.server.jmx
Methods in org.jboss.as.server.jmx with parameters of type ServerSuspendController Modifier and Type Method Description static 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 ServerSuspendController Constructor Description ServerDomainProcessShutdownHandler(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 ServerSuspendController Modifier and Type Class Description classSuspendControllerOrchestrates suspending and resuming of registered server activity.Fields in org.jboss.as.server.suspend with type parameters of type ServerSuspendController Modifier and Type Field Description static org.wildfly.service.descriptor.NullaryServiceDescriptor<ServerSuspendController>ServerSuspendController. SERVICE_DESCRIPTOR
-