@MessageBundle(projectCode="IJ")
public interface AdaptersBundle
| Modifier and Type | Method and Description |
|---|---|
String |
activeLocks()
Active locks
|
String |
autocommitManagedTransaction()
Autocommit managed transaction
|
String |
commitAutocommit()
Commit autocommit
|
String |
commitManagedTransaction()
Commit managed transaction
|
String |
connectionClosed()
Connection closed
|
String |
connectionDestroyed()
Connection destroyed
|
String |
connectionNotAssociated(Object o)
Not associated
|
String |
connectionURLNull()
ConnectionURL null
|
String |
datasourceClassNull()
DataSourceClass null
|
String |
driverClassNull()
DriverClass null
|
String |
errorDuringLoadingConnectionListenerPlugin()
Connection listener plugin error
|
String |
errorDuringLoadingReauthPlugin()
Reauth plugin error
|
String |
errorDuringReauthentication()
Error during reauthentication
|
String |
failedToLoadDataSource(String clz)
Failed to load datasource
|
String |
failedToLoadXADataSource(String clz)
Failed to load xa datasource
|
String |
failedToRegisterDriverClass(String url)
Failed to register driver
|
String |
interruptedWhileLock(Object o)
Interrupted while lock
|
String |
invalidConnection()
Invalid connection
|
String |
localTransactionNested()
LocalTransaction nested
|
String |
localTransactionOnly()
LocalTransaction only
|
String |
methodNotImplemented()
Method not implemented
|
String |
noDriverClassForURL(String url)
No driver for url
|
String |
noMatchingCredentials()
No credentials in Subject
|
String |
nonConnectionPropertyDefinedForDatasource(String cls)
No URL connection property defined for data-source
|
String |
nonManagedEnvironment()
Non-managed environment
|
String |
notWrapperFor(String clz)
Not a wrapper for
|
String |
readonlyManagedTransaction()
Readonly managed transaction
|
String |
resultSetClosed()
ResultSet closed
|
String |
rollbackAutocommit()
Rollback autocommit
|
String |
rollbackManagedTransaction()
Rollback managed transaction
|
String |
statementClosed()
Statement closed
|
String |
transactionCannotProceed(String s)
Transaction cannot proceed
|
String |
unableToCreateConnection()
Unable to create connection
|
String |
unableToCreateConnectionFromDataSource()
Unable to create connection from datasource
|
String |
unableToCreateConnectionFromURL(String url)
Unable to create connection from URL
|
String |
unableToLoadConnectionProperties()
Unable to load connection properties
|
String |
unableToObtainLock(int seconds,
Object o)
Unable to obtain lock
|
String |
wrappedConnectionInUse()
A wrapped connection is being associated with a non-null managed connection while still locked
by another thread.
|
String |
wrongConnectionHandle(String clz)
Wrong handle
|
String |
wrongConnectionRequestInfo(String clz)
Wrong CRI
|
String |
wrongCredentials()
Wrong credentials
|
String |
wrongDriverClass(String clz,
String url)
Wrong driver class
|
String |
xaDatasourceClassNull()
XADataSourceClass null
|
@Message(id=31000,
value="Resource Adapter does not support running in a non-managed environment")
String nonManagedEnvironment()
@Message(id=31001,
value="Error during loading reauth plugin")
String errorDuringLoadingReauthPlugin()
@Message(id=31002,
value="Error during loading connection listener plugin")
String errorDuringLoadingConnectionListenerPlugin()
@Message(id=31003,
value="Wrong kind of ConnectionRequestInfo: %s")
String wrongConnectionRequestInfo(String clz)
clz - The class@Message(id=31004,
value="No matching credentials in Subject")
String noMatchingCredentials()
@Message(id=31010,
value="Wrong connection handle to associate: %s")
String wrongConnectionHandle(String clz)
clz - The class@Message(id=31011,
value="Still active locks")
String activeLocks()
@Message(id=31012,
value="Unable to obtain lock in %d seconds: %s")
String unableToObtainLock(int seconds,
Object o)
seconds - The secondso - The object@Message(id=31013,
value="Interrupted attempting lock: %s")
String interruptedWhileLock(Object o)
o - The object@Message(id=31014,
value="Connection has been destroyed")
String connectionDestroyed()
@Message(id=31015,
value="Error during reauthentication")
String errorDuringReauthentication()
@Message(id=31016,
value="Wrong credentials passed to getConnection")
String wrongCredentials()
@Message(id=31017,
value="You cannot set autocommit during a managed transaction")
String autocommitManagedTransaction()
@Message(id=31018,
value="You cannot set read only during a managed transaction")
String readonlyManagedTransaction()
@Message(id=31019,
value="You cannot commit during a managed transaction")
String commitManagedTransaction()
@Message(id=31020,
value="You cannot commit with autocommit set")
String commitAutocommit()
@Message(id=31021,
value="You cannot rollback during a managed transaction")
String rollbackManagedTransaction()
@Message(id=31022,
value="You cannot rollback with autocommit set")
String rollbackAutocommit()
@Message(id=31023,
value="Invalid connection")
String invalidConnection()
@Message(id=31030,
value="Not a wrapper for: %s")
String notWrapperFor(String clz)
clz - The class@Message(id=31040,
value="Connection is not associated with a managed connection: %s")
String connectionNotAssociated(Object o)
o - The object@Message(id=31041,
value="Connection handle has been closed and is unusable")
String connectionClosed()
@Message(id=31042,
value="Method is not implemented by JDBC driver")
String methodNotImplemented()
@Message(id=31050,
value="The result set is closed")
String resultSetClosed()
@Message(id=31060,
value="The statement is closed")
String statementClosed()
@Message(id=31070,
value="Transaction cannot proceed: %s")
String transactionCannotProceed(String s)
s - The status@Message(id=31080,
value="DriverClass is undefined")
String driverClassNull()
@Message(id=31081,
value="ConnectionURL is undefined")
String connectionURLNull()
@Message(id=31082,
value="Unable to create connection from datasource")
String unableToCreateConnectionFromDataSource()
@Message(id=31083,
value="Wrong driver class [%s] for this connection URL [%s]")
String wrongDriverClass(String clz,
String url)
clz - The classurl - The URL@Message(id=31084,
value="Unable to create connection")
String unableToCreateConnection()
@Message(id=31085,
value="Unable to create connection from URL: %s")
String unableToCreateConnectionFromURL(String url)
url - The url@Message(id=31086,
value="No DriverClass specified for URL: %s")
String noDriverClassForURL(String url)
url - The url@Message(id=31087,
value="Failed to register DriverClass for: %s")
String failedToRegisterDriverClass(String url)
url - The url@Message(id=31088,
value="DataSourceClass is undefined")
String datasourceClassNull()
@Message(id=31089,
value="Failed to load datasource: %s")
String failedToLoadDataSource(String clz)
clz - The clz@Message(id=31090,
value="LocalTransaction only")
String localTransactionOnly()
@Message(id=31091,
value="Trying to begin a nested LocalTransaction")
String localTransactionNested()
@Message(id=31100,
value="Could not load connection properties")
String unableToLoadConnectionProperties()
@Message(id=31101,
value="XADataSourceClass is undefined")
String xaDatasourceClassNull()
@Message(id=31102,
value="Failed to load XA datasource: %s")
String failedToLoadXADataSource(String clz)
clz - The clz@Message(id=31103,
value="At least one connection property must be defined for datasource-class: %s")
String nonConnectionPropertyDefinedForDatasource(String cls)
cls - the data-source class name@Message(id=31104,
value="Wrapped connection is still in use by another thread")
String wrappedConnectionInUse()
Copyright © 2021 JBoss by Red Hat. All rights reserved.