Package | Description |
---|---|
org.wildfly.extension.requestcontroller |
Modifier and Type | Method and Description |
---|---|
RunResult |
ControlPoint.beginRequest()
All tasks entering the system via this entry point must call this method.
|
RunResult |
ControlPoint.forceBeginRequest()
This task should only be called by a thread that has already been accepted from an entry point.
|
static RunResult |
RunResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunResult[] |
RunResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.