public class Capabilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.controller.capability.RuntimeCapability<Void> |
BATCH_CONFIGURATION_CAPABILITY
A capability for the current batch configuration.
|
static String |
DATA_SOURCE_CAPABILITY
Represents the data source capability
|
static org.jboss.as.controller.capability.RuntimeCapability<Void> |
JOB_REPOSITORY_CAPABILITY
A capability for all job repositories.
|
static String |
LOCAL_TRANSACTION_PROVIDER_CAPABILITY
Name of the capability that ensures a local provider of transactions is present.
|
static String |
PROCESS_STATE_NOTIFIER_CAPABILITY
The capability name for the kernel ProcessStateNotifier.
|
static String |
SECURITY_DOMAIN_CAPABILITY
The capability name for the Elytron security domain.
|
static String |
SUSPEND_CONTROLLER_CAPABILITY
The capability name for the kernel SuspendController
|
static org.jboss.as.controller.capability.RuntimeCapability<Void> |
THREAD_POOL_CAPABILITY
A capability for thread-pools.
|
| Constructor and Description |
|---|
Capabilities() |
public static final String DATA_SOURCE_CAPABILITY
public static final String LOCAL_TRANSACTION_PROVIDER_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> BATCH_CONFIGURATION_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> THREAD_POOL_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> JOB_REPOSITORY_CAPABILITY
public static final String SECURITY_DOMAIN_CAPABILITY
public static final String SUSPEND_CONTROLLER_CAPABILITY
public static final String PROCESS_STATE_NOTIFIER_CAPABILITY
Copyright © 2022 JBoss by Red Hat. All rights reserved.