Uses of Class
org.jboss.as.server.suspend.SuspendController
-
Packages that use SuspendController Package Description org.jboss.as.server org.jboss.as.server.jmx org.jboss.as.server.suspend -
-
Uses of SuspendController in org.jboss.as.server
Methods in org.jboss.as.server that return types with arguments of type SuspendController Modifier and Type Method Description org.jboss.msc.value.InjectedValue<SuspendController>GracefulShutdownService. getSuspendControllerInjectedValue()Methods in org.jboss.as.server with parameters of type SuspendController 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, SuspendController suspendController)Add this service to the given service target. -
Uses of SuspendController in org.jboss.as.server.jmx
Methods in org.jboss.as.server.jmx with parameters of type SuspendController Modifier and Type Method Description static voidRunningStateJmx. registerMBean(ProcessStateNotifier processStateNotifier, SuspendController suspendController, RunningModeControl runningModeControl, boolean isServer) -
Uses of SuspendController in org.jboss.as.server.suspend
Methods in org.jboss.as.server.suspend that return SuspendController Modifier and Type Method Description SuspendControllerSuspendController. getValue()
-