Package | Description |
---|---|
org.wildfly.swarm.config.ee |
Modifier and Type | Method and Description |
---|---|
RejectPolicy |
ManagedScheduledExecutorService.rejectPolicy()
The policy to be applied to aborted tasks.
|
RejectPolicy |
ManagedExecutorService.rejectPolicy()
The policy to be applied to aborted tasks.
|
static RejectPolicy |
RejectPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RejectPolicy[] |
RejectPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
ManagedScheduledExecutorService.rejectPolicy(RejectPolicy value)
The policy to be applied to aborted tasks.
|
T |
ManagedExecutorService.rejectPolicy(RejectPolicy value)
The policy to be applied to aborted tasks.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.