public final class ChangeBasicTransactionAttributes extends Object implements OnlineCommand, OfflineCommand
Please note that WildFly 9 has a bug: if the JDBC store is enabled, it isn't automatically disabled when enabling the journal store. Moreover, disabling the JDBC 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 |
ChangeBasicTransactionAttributes.Builder
Please note that WildFly 9 has a bug: if the JDBC store is enabled, it isn't automatically disabled
when enabling the journal store.
|
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 © 2021. All rights reserved.