public final class ChangeJdbcTransactionAttributes extends Object implements OfflineCommand, OnlineCommand
Please note that WildFly 9 has a bug: if the journal store is enabled, it isn't automatically disabled when enabling the JDBC store. Moreover, disabling the journal store properly requires server restart, which is why this command doesn't do that under the hood. All other versions (WildFly 8 and previous, WildFly 10 and later) are fine.
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeJdbcTransactionAttributes.Builder
JDBC options are available for EAP 6.2.0 and higher in transaction subsystem.
|
NOOPNOOP| Modifier and Type | Method and Description |
|---|---|
void |
apply(OfflineCommandContext ctx) |
void |
apply(OnlineCommandContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringtoStringpublic void apply(OfflineCommandContext ctx) throws Exception
apply in interface OfflineCommandExceptionpublic void apply(OnlineCommandContext ctx) throws Exception
apply in interface OnlineCommandExceptionCopyright © 2024. All rights reserved.