org.wildfly.extras.creaper.commands.datasources
Class AddMysqlXADataSource

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.datasources.AddXADataSource
      extended by org.wildfly.extras.creaper.commands.datasources.AddMysqlXADataSource
All Implemented Interfaces:
Command, OfflineCommand, OnlineCommand

public final class AddMysqlXADataSource
extends AddXADataSource

Creates a MySQL XA datasource.

Standard XA datasource properties to use are:

Applies defaults from Example MySQL XA Datasource.


Nested Class Summary
static class AddMysqlXADataSource.Builder
           
 
Field Summary
 
Fields inherited from class org.wildfly.extras.creaper.commands.datasources.AddXADataSource
allocationRetry, allocationRetryWaitMillis, allowMultipleUsers, backgroundValidation, backgroundValidationMillis, blockingTimeoutWaitMillis, driverName, exceptionSorterClass, exceptionSorterProperties, flushStrategy, checkValidConnectionSql, idleTimeoutMinutes, interleaving, jndiName, maxPoolSize, mcp, minPoolSize, newConnectionSql, noRecovery, noTxSeparatePool, padXid, password, prefill, preparedStatementsCacheSize, queryTimeout, reauthPluginClass, reauthPluginProperties, recoveryPassword, recoveryPluginClass, recoveryPluginProperties, recoverySecurityDomain, recoveryUsername, sameRmOverride, securityDomain, setTxQueryTimeout, sharePreparedStatements, spy, staleConnectionCheckerClass, staleConnectionCheckerProperties, statisticsEnabled, trackPreparedStatements, transactionIsolation, urlDelimiter, urlSelectorStrategyClass, useCcm, useFastFailAllocation, useJavaContext, username, useStrictMinPoolSize, useTryLock, validateOnMatch, validConnectionCheckerClass, validConnectionCheckerProperties, wrapXaResource, xaDatasourceClass, xaDatasourceProperties, xaResourceTimeout
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
NOOP
 
Method Summary
protected  void modifyIfNeeded(ServerVersion serverVersion)
           
 
Methods inherited from class org.wildfly.extras.creaper.commands.datasources.AddXADataSource
apply, apply, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

modifyIfNeeded

protected void modifyIfNeeded(ServerVersion serverVersion)
Overrides:
modifyIfNeeded in class AddXADataSource


Copyright © 2016. All rights reserved.