Package org.jboss.jca.adapters
Interface AdaptersBundle
- All Known Implementing Classes:
AdaptersBundle_$bundle
@MessageBundle(projectCode="IJ")
public interface AdaptersBundle
The adapters bundle.
Message ids ranging from 030000 to 039999 inclusively.
-
Method Summary
Modifier and TypeMethodDescriptionActive locksAutocommit managed transactionCommit autocommitCommit managed transactionConnection closedConnection destroyedNot associatedConnectionURL nullDataSourceClass nullDriverClass nullConnection listener plugin errorReauth plugin errorError during reauthenticationFailed to load datasourceFailed to load xa datasourceFailed to register driverInterrupted while lockInvalid connectionLocalTransaction nestedLocalTransaction onlyMethod not implementedNo driver for urlNo credentials in SubjectNo URL connection property defined for data-sourceNon-managed environmentnotWrapperFor(String clz) Not a wrapper forReadonly managed transactionResultSet closedRollback autocommitRollback managed transactionStatement closedTransaction cannot proceedUnable to create connectionUnable to create connection from datasourceUnable to create connection from URLUnable to load connection propertiesunableToObtainLock(int seconds, Object o) Unable to obtain lockA wrapped connection is being associated with a non-null managed connection while still locked by another thread.Wrong handleWrong CRIWrong credentialswrongDriverClass(String clz, String url) Wrong driver classXADataSourceClass null
-
Method Details
-
nonManagedEnvironment
@Message(id=31000, value="Resource Adapter does not support running in a non-managed environment") String nonManagedEnvironment()Non-managed environment- Returns:
- The value
-
errorDuringLoadingReauthPlugin
@Message(id=31001, value="Error during loading reauth plugin") String errorDuringLoadingReauthPlugin()Reauth plugin error- Returns:
- The value
-
errorDuringLoadingConnectionListenerPlugin
@Message(id=31002, value="Error during loading connection listener plugin") String errorDuringLoadingConnectionListenerPlugin()Connection listener plugin error- Returns:
- The value
-
wrongConnectionRequestInfo
@Message(id=31003, value="Wrong kind of ConnectionRequestInfo: %s") String wrongConnectionRequestInfo(String clz) Wrong CRI- Parameters:
clz- The class- Returns:
- The value
-
noMatchingCredentials
No credentials in Subject- Returns:
- The value
-
wrongConnectionHandle
@Message(id=31010, value="Wrong connection handle to associate: %s") String wrongConnectionHandle(String clz) Wrong handle- Parameters:
clz- The class- Returns:
- The value
-
activeLocks
Active locks- Returns:
- The value
-
unableToObtainLock
@Message(id=31012, value="Unable to obtain lock in %d seconds: %s") String unableToObtainLock(int seconds, Object o) Unable to obtain lock- Parameters:
seconds- The secondso- The object- Returns:
- The value
-
interruptedWhileLock
Interrupted while lock- Parameters:
o- The object- Returns:
- The value
-
connectionDestroyed
Connection destroyed- Returns:
- The value
-
errorDuringReauthentication
Error during reauthentication- Returns:
- The value
-
wrongCredentials
Wrong credentials- Returns:
- The value
-
autocommitManagedTransaction
@Message(id=31017, value="You cannot set autocommit during a managed transaction") String autocommitManagedTransaction()Autocommit managed transaction- Returns:
- The value
-
readonlyManagedTransaction
@Message(id=31018, value="You cannot set read only during a managed transaction") String readonlyManagedTransaction()Readonly managed transaction- Returns:
- The value
-
commitManagedTransaction
@Message(id=31019, value="You cannot commit during a managed transaction") String commitManagedTransaction()Commit managed transaction- Returns:
- The value
-
commitAutocommit
Commit autocommit- Returns:
- The value
-
rollbackManagedTransaction
@Message(id=31021, value="You cannot rollback during a managed transaction") String rollbackManagedTransaction()Rollback managed transaction- Returns:
- The value
-
rollbackAutocommit
Rollback autocommit- Returns:
- The value
-
invalidConnection
Invalid connection- Returns:
- The value
-
notWrapperFor
Not a wrapper for- Parameters:
clz- The class- Returns:
- The value
-
connectionNotAssociated
@Message(id=31040, value="Connection is not associated with a managed connection: %s") String connectionNotAssociated(Object o) Not associated- Parameters:
o- The object- Returns:
- The value
-
connectionClosed
@Message(id=31041, value="Connection handle has been closed and is unusable") String connectionClosed()Connection closed- Returns:
- The value
-
methodNotImplemented
Method not implemented- Returns:
- The value
-
resultSetClosed
ResultSet closed- Returns:
- The value
-
statementClosed
Statement closed- Returns:
- The value
-
transactionCannotProceed
@Message(id=31070, value="Transaction cannot proceed: %s") String transactionCannotProceed(String s) Transaction cannot proceed- Parameters:
s- The status- Returns:
- The value
-
driverClassNull
DriverClass null- Returns:
- The value
-
connectionURLNull
ConnectionURL null- Returns:
- The value
-
unableToCreateConnectionFromDataSource
@Message(id=31082, value="Unable to create connection from datasource") String unableToCreateConnectionFromDataSource()Unable to create connection from datasource- Returns:
- The value
-
wrongDriverClass
@Message(id=31083, value="Wrong driver class [%s] for this connection URL [%s]") String wrongDriverClass(String clz, String url) Wrong driver class- Parameters:
clz- The classurl- The URL- Returns:
- The value
-
unableToCreateConnection
Unable to create connection- Returns:
- The value
-
unableToCreateConnectionFromURL
@Message(id=31085, value="Unable to create connection from URL: %s") String unableToCreateConnectionFromURL(String url) Unable to create connection from URL- Parameters:
url- The url- Returns:
- The value
-
noDriverClassForURL
@Message(id=31086, value="No DriverClass specified for URL: %s") String noDriverClassForURL(String url) No driver for url- Parameters:
url- The url- Returns:
- The value
-
failedToRegisterDriverClass
@Message(id=31087, value="Failed to register DriverClass for: %s") String failedToRegisterDriverClass(String url) Failed to register driver- Parameters:
url- The url- Returns:
- The value
-
datasourceClassNull
DataSourceClass null- Returns:
- The value
-
failedToLoadDataSource
Failed to load datasource- Parameters:
clz- The clz- Returns:
- The value
-
localTransactionOnly
LocalTransaction only- Returns:
- The value
-
localTransactionNested
@Message(id=31091, value="Trying to begin a nested LocalTransaction") String localTransactionNested()LocalTransaction nested- Returns:
- The value
-
unableToLoadConnectionProperties
@Message(id=31100, value="Could not load connection properties") String unableToLoadConnectionProperties()Unable to load connection properties- Returns:
- The value
-
xaDatasourceClassNull
XADataSourceClass null- Returns:
- The value
-
failedToLoadXADataSource
@Message(id=31102, value="Failed to load XA datasource: %s") String failedToLoadXADataSource(String clz) Failed to load xa datasource- Parameters:
clz- The clz- Returns:
- The value
-
nonConnectionPropertyDefinedForDatasource
@Message(id=31103, value="At least one connection property must be defined for datasource-class: %s") String nonConnectionPropertyDefinedForDatasource(String cls) No URL connection property defined for data-source- Parameters:
cls- the data-source class name- Returns:
- The value
-
wrappedConnectionInUse
@Message(id=31104, value="Wrapped connection is still in use by another thread") String wrappedConnectionInUse()A wrapped connection is being associated with a non-null managed connection while still locked by another thread. This will only happen if there is a locked thread using that wrapped connection with a previously associated managed connection. (see JBJCA-1367)- Returns:
- The value
-