Package | Description |
---|---|
org.jboss.as.server.suspend | |
org.wildfly.extension.requestcontroller |
Modifier and Type | Class and Description |
---|---|
class |
CountingRequestCountCallback
RequestCountListener that till n notification have been received before notifying
its delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerActivity.preSuspend(ServerActivityCallback listener)
Invoked before the server is paused.
|
void |
ServerActivity.suspended(ServerActivityCallback listener)
Invoked once the suspend process has started.
|
Constructor and Description |
---|
CountingRequestCountCallback(int count,
ServerActivityCallback delegate) |
Modifier and Type | Method and Description |
---|---|
void |
ControlPoint.pause(ServerActivityCallback requestCountListener)
Pause the current entry point, and invoke the provided listener when all current requests have finished.
|
void |
RequestController.pauseControlPoint(String controlPoint,
ServerActivityCallback listener)
Pauses a given entry point.
|
void |
RequestController.pauseDeployment(String deployment,
ServerActivityCallback listener)
Pauses a given deployment
|
void |
RequestController.preSuspend(ServerActivityCallback listener) |
void |
RequestController.suspended(ServerActivityCallback requestCountListener)
Pause the controller.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.