A B C D E F G H I J L M N O P R S T U V W X

A

addBatch() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Adds the given SQL command to the current list of commmands for this Statement object.
addCloserThreadInfos() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Keep thread stack trace of closer
addDefaultAS(String) - Static method in class org.ow2.jonas.resource.internal.Rar
add a default AS to the list, the first one deployed is the default if others are added then they will become default if this one is undeployed
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactoryMBean
Overloaded method
addOpenerThreadInfos() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Keep thread stack trace of opener
addXML(String, String, String) - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
 
adjust() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
Adjust the pool size, according to poolMax and minSize values.
adjust() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
adjust checks the age of the entries and removes them if they are too old
afterCompletion(int) - Method in class org.ow2.jonas.resource.internal.cm.jta.JSynchronization
This method is called by the transaction manager after the transaction is committed or rolled back.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
The method allocateConnection gets called by the resource adapter's connection factory instance.
ArchiveConfigMBean - Class in org.ow2.jonas.resource.internal.mbean
A generic archive configuration MBean class which provides the ability to extract an XML configuration file from an archive (jar/war/ear/rar) as either a Document or as a String of XML.
ArchiveConfigMBean() - Constructor for class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Default constructor, constructs a BaseModelMBean.

B

beforeCompletion() - Method in class org.ow2.jonas.resource.internal.cm.jta.JSynchronization
This method is called by the transaction manager prior to the start of the transaction completion process.
buildConfigProperty(List, List, List) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
 
buildModuleName(String, String) - Static method in class org.ow2.jonas.resource.internal.Rar
 

C

cancel() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
checkIfValid() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Checks that this object is not in invalid state
CLASS - Static variable in class org.ow2.jonas.resource.internal.Rar
 
cleanResourceAdapter() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Description of the Method
clear() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionResourceHint
Clear the current contents
clearBatch() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Empties this Statement object's current list of SQL commands.
clearParameters() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Clears the current parameter values immediately.
clearPstmtValues() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Clears the values stored in the preparement.
clearWarnings() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Clears all the warnings reported on this Statement object.
close() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
closeAllConnections() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
Close all connections in the pool when server is shutting down.
closeAllConnections() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
Close all connections in the pool when server is shutting down.
closePstmt() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Close this object
commit(Xid, boolean) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
Commit the localTransaction, the params aren't used for a local transaction.
configureAS(ActivationSpec, List, List, String, String) - Method in class org.ow2.jonas.resource.internal.Rar
 
configurePoolParams(PoolParamsDesc, JdbcConnParamsDesc, ConnectionManagerPoolParams) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
Set the PoolParams and the JdbcConnParams, if set.
connectionClosed(ConnectionEvent) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
IMPLEMENTATION OF INTERFACE ConnectionEventListener * A ManagedConnection instance calls the connectionClosed method to notify its registered set of listeners when an application component closes a connection handle.
connectionErrorOccurred(ConnectionEvent) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
The connectionErrorOccurred method indicates that the associated ManagedConnection instance is now invalid and unusable.
connectionEventListener - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Has the ConnectionEventListener been set
ConnectionManagerImpl - Class in org.ow2.jonas.resource.internal.cm
Description of the ConnectionManagerImpl
ConnectionManagerImpl(String) - Constructor for class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
ConnectionManagerImpl constructor
ConnectionManagerPoolParams - Class in org.ow2.jonas.resource.internal.cm
 
ConnectionManagerPoolParams() - Constructor for class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Default Constructor
ConnectionManagerPoolParams(ConnectionManagerPoolParams) - Constructor for class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Constructor to build new object based on another set of pool params
ConnectionResourceHint - Class in org.ow2.jonas.resource.internal.cm
This class describes the context of a getConnection call: - the mcf to request a ManagedConnection - the security subject - the ConnectionRequestInfo transmitted with the request
ConnectionResourceHint(Subject, ConnectionRequestInfo) - Constructor for class org.ow2.jonas.resource.internal.cm.ConnectionResourceHint
Constructor for the ConnectionResourceHint object
createArchiveWithXmlFile(String, String, String) - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
 
createConnectionManager(String, TransactionManager, Logger, Logger) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
 
createFactory(String, String, int, String, ConnectorDesc, JonasConnectorDesc) - Method in class org.ow2.jonas.resource.internal.Rar
Create the factory specified.
createResource(Object) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Call the ManagedConnectionFactory in order to create a new instance. of ManagedConnection.
createResource(Object) - Method in interface org.ow2.jonas.resource.internal.pool.PoolMatchFactory
createResource creates a new Object.
createResourceAdapter(Context) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Create a new resource adapter.
createSQLWrapper(Object, ManagedConnectionInfo, SQLManager, Logger) - Static method in class org.ow2.jonas.resource.internal.cm.sql.SQLConnectionInvocationHandler
Returns a proxy for the sql Connection
createTimer() - Method in class org.ow2.jonas.resource.internal.ResourceBootstrapContext
Create a timer for use by the Resource Adapter
ctx - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
The Context linked to the managedConnection instance There are three state possible global transaction : ctx= the reference to the transaction instance local transaction: ctx=null / localTransaction = true other ctx = null;
cxRequestInfo - Variable in class org.ow2.jonas.resource.internal.cm.ConnectionResourceHint
ConnectionRequestInfo object

D

DEF_EXEC_TIME - Static variable in class org.ow2.jonas.resource.internal.Rar
 
DEF_WRK_THREADS - Static variable in class org.ow2.jonas.resource.internal.Rar
 
deployRar(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Deploy the resource adapter
deployRars(Context) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Deploy the given rars of an ear file with the specified parent classloader (ear classloader).
destroy() - Method in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Fowards the detroy call on the ManagedConnection
destroy() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Destroy this preparestatement object, then it becomes closed and invalid
destroy() - Method in interface org.ow2.jonas.resource.internal.pool.PoolResource
destroy is called when this resource is removed from a Pool.
destroyPStmts(ManagedConnectionInfo) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Destroying of the PreparedStatement objects of the Pool
doDeploy(IDeployable<?>) - Method in class org.ow2.jonas.resource.internal.RARDeployer
Deploy the given RAR.
doStart() - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Start the Resource service.
doStop() - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Stop the Resource service.
doUndeploy(IDeployable<?>) - Method in class org.ow2.jonas.resource.internal.RARDeployer
Undeploy the given RAR.

E

end(Xid, int) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
No method to map for a local transaction.
enlistConnection(Transaction) - Method in class org.ow2.jonas.resource.internal.cm.jta.JResourceManagerEvent
This method is in charge of the enlisting of the managedConnection linked to this instance, in the transaction specified in parameter.
equals(Object) - Method in class org.ow2.jonas.resource.internal.cm.jta.JResourceManagerEvent
Check if equals
equals(Object) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
 
execute() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement, which may return multiple results.
executeBatch() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeQuery() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
extractDocument(String, String) - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Extracts a Document representation of the XML file provided by xmlFilePath within the archive archiveName.
extractXML(String, String) - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Extracts a String representation of the XML file provided by xmlFilePath within the archive archiveName.

F

FACTORY_OFFSET - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Factory offset property name
FACTORY_TYPE - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Factory type property name
findFreeStmt() - Method in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Determine if there is a pStmt to remove The method calling this code should use synchronized block
forceCloseConnection(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
forceCloseConnection(int) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
forceCloseConnection(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
force the close of the Connection identified by ots Id
forceCloseConnection(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
force the close of the Connection identified by ots Id
forget(Xid) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
No method to map for a local transaction.
freeXAResource(XAResource) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Called from JOTM to free the XAResource and associated Managed Connection when recovery is complete

G

getActivationSpecs() - Method in class org.ow2.jonas.resource.internal.mbean.JCAResource
Get the Activationspec names
getAdminObjects() - Method in class org.ow2.jonas.resource.internal.mbean.JCAResource
Get the AdminObject names
getBusyMax() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getBusyMaxRecent() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getBusyMaxRecent() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getBusyMin() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getBusyMinRecent() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getBusyMinRecent() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getCheckLevel() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getCloserThreadInfos() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
 
getConfigObj(String) - Method in class org.ow2.jonas.resource.internal.Rar
get the ConfigObj matching the jndiname specified
getConfigObject(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
get the ConfigObj object matching the jndiName.
getConnection() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the Connection object that produced this Statement object.
getConnectionById(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getConnectionById(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
Return the ManagedConnection identified by this Id
getConnectionDetails(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getConnectionDetails(int) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getConnectionDetails(ManagedConnection, Transaction) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getConnectionDetails(ManagedConnection, Transaction) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
Return a Map with details about a Connection
getConnectionFactories() - Method in class org.ow2.jonas.resource.internal.mbean.JCAResource
get the ConnectionFactory names
getConnectionFailures() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getConnectionFailures() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getConnectionFailures() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getConnectionLeaks() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getConnectionLeaks() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getConnectionLeaks() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getConnectorDesc(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
get the RAR ConnectorDesc object matching the JNDI name.
getConnectorDesc() - Method in class org.ow2.jonas.resource.internal.Rar
get the ResourceAdapter Connector object for this Rar
getConnMaxAge() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getCreationTime() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get the creation time
getCurrentBusy() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getCurrentBusy() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getCurrentBusy() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getCurrentInTx() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getCurrentInTx() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getCurrentNumberOfRars() - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
getCurrentNumberOfRars() - Method in interface org.ow2.jonas.resource.internal.JOnASResourceServiceMBean
 
getCurrentNumberOfResource() - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
getCurrentOpened() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getCurrentOpened() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getCurrentOpened() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getCurrentWaiters() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getCurrentWaiters() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getCurrentWaiters() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getDefaultAS() - Static method in class org.ow2.jonas.resource.internal.Rar
return the current default ActivationSpec
getDeployedRars() - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
getDeployedRars() - Method in interface org.ow2.jonas.resource.internal.JOnASResourceServiceMBean
 
getDescription() - Method in class org.ow2.jonas.resource.internal.mbean.JCAActivationSpec
return the description
getDescription() - Method in class org.ow2.jonas.resource.internal.mbean.JCAAdminObject
return the description
getDescription() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
return the description
getEarON() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
getEarURL() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
Accessor the URL of the Ear if the resource adapter is in Ear.
getEarURL() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
Accessor the URL of the Ear if the resource adapter is in Ear.
getEntityResolver() - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Return an EntityResolver for this MBean.
getEntityResolver() - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
Returns an EntityResolver for the schemas and dtds of ra.xml and jonas-ra.xml.
getFactory(String) - Method in class org.ow2.jonas.resource.internal.Rar
 
getFetchDirection() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFileName() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getFileName() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
Accessor the filename of the resource adapter.
getFileName() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
getGeneratedKeys() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves any auto-generated keys created as a result of executing this Statement object.
getIdent() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get an Ident to be used for Administration
getInEarCase() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
Accessor the flag indicating if the resource adapter is in Ear.
getInEarCase() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
Accessor the flag indicating if the resource adapter is in Ear.
getInitSize() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getInitSize() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getInitSize() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getInterface(String) - Method in class org.ow2.jonas.resource.internal.Rar
 
getJcaMcfName(String) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
Return the JCA Managed Connection Factory name
getJcaResource() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
return the jcaResourceObjectName
getJdbcConnCheckLevel() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getJdbcConnLevel() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the JDBC connection level
getJdbcConnLevel() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getJdbcConnLevel() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getJdbcConnLevel gets the jdbc connection level
getJdbcConnTestStmt() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the JDBC connection test SQL string
getJDBCParams(Document) - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
 
getJDBCResourceAdapater(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Return the JDBC ResourceAdapter MBean OBJECT_NAME deployed in the current server having the 'jndiName' attribute value equal to the given jndiName.
getJDBCResourceAdapaters() - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Return the JDBC ResourceAdapter MBean ObjectNames deployed in the current server.
getJDBCTagMap() - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
 
getJdbcTestStatement() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getJdbcTestStatement() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getJdbcTestStatement() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getJdbcTestStatement gets the JDBC test statement for this pool
getJndiName() - Method in class org.ow2.jonas.resource.internal.mbean.JCAActivationSpec
return the jndi name
getJndiName() - Method in class org.ow2.jonas.resource.internal.mbean.JCAAdminObject
return the jndi name
getJndiName() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
return the jndi name
getJndiName() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
return the jndi name
getJndinames() - Method in class org.ow2.jonas.resource.internal.Rar
 
getJonasConnectorDesc(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
get the RAR JonasConnectorDesc object matching the JNDI name.
getJonasConnectorDesc() - Method in class org.ow2.jonas.resource.internal.Rar
get the JonasConnector object for this Rar
getJonasXML(JonasConnectorDesc, String, int, String) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
Return the parsed XML object relative to the section
getManagedConnectionFactory() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
Return the ManagedConnectionFactory object name
getManagedConnectionsWithoutTransaction() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getMatchFactory() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMatchFactory() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMatchFactory retrieves the PoolMatchFactory assigned to this Pool.
getMaxAge() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMaxAge() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMaxAge gets the max age for a pool entry
getMaxAgeTimeout() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get the max age timeout
getMaxFieldSize() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxOpentime() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getMaxOpentime() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMaxOpentime() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMaxOpentime gets the max age for a pool entry
getMaxOpenTimeout() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get the max open timeout
getMaxPstmtPoolSize() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getMaxPstmtPoolSize() - Method in interface org.ow2.jonas.resource.internal.SQLManager
 
getMaxRows() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxSize() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getMaxSize() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMaxSize() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMaxSize retrieves the maximum size assigned to this Pool.
getMaxWaiters() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getMaxWaiters() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMaxWaiters() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMaxWaiters gets the maximum number of waiters for a connection in this Pool.
getMaxWaitTime() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getMaxWaitTime() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMaxWaitTime() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMaxWaitTime gets the maximum number of seconds to wait for a connection in this Pool.
getMetaData() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMinSize() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getMinSize() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getMinSize() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getMinSize retrieves the minimum size assigned to this Pool.
getMoreResults(int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMoreResults() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.ow2.jonas.resource.internal.naming.ResourceObjectFactory
Create an object using the information provided
getOpenedConnections(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
return a list of idents that represent the connections opened for a given nb of seconds
getOpenedConnections() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
return a list of idents that represent the connections opened for a given nb of seconds
getOpenedConnections(int) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getOpenedConnections() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getOpenedConnections(long) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
return a list of idents that represent the connections opened for a given nb of seconds
getOpenedConnections(long) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
return a list of idents that represent the connections opened for a given nb of seconds
getOpenedCount() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getOpenedCount() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getOpenedCount() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getOpenerThreadInfos() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
 
getParameterMetaData() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getPool() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getPool() - Method in interface org.ow2.jonas.resource.internal.pool.PoolProvider
Return the Pool
getPoolInit() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool init size
getPoolMax() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool maximum size
getPoolMaxAge() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool maximum age in seconds
getPoolMaxAgeMinutes() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool maximum age in minutes
getPoolMaxOpentime() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool maximum open time in minutes
getPoolMaxWaiters() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool maximum waiters size
getPoolMaxWaittime() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool maximum waiter time
getPoolMin() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool min size
getPoolParams(Document) - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
 
getPoolSamplingPeriod() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the pool sampling period
getPoolTagMap() - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
 
getProperties() - Method in class org.ow2.jonas.resource.internal.mbean.JCAAdminObject
return the AdminObject Properties
getProperties() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
return the ConnectionFactory Properties
getProperties() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
return the Adaptor Properties
getPropertiesList() - Method in class org.ow2.jonas.resource.internal.mbean.JCAActivationSpec
return the ActivationSpec required property list
getPStatement(ManagedConnectionInfo, Object, String, String) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
IMPLEMENTATION OF INTERFACE SQLManager
getPStatement(ManagedConnectionInfo, Object, String, String, int, int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getPStatement(ManagedConnectionInfo, Object, String, String, int, int, int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getPStatement(ManagedConnectionInfo, Object, String, String, int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getPStatement(ManagedConnectionInfo, Object, String, String, int[]) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getPStatement(ManagedConnectionInfo, Object, String, String, String[]) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getPStatement(ManagedConnectionInfo, Object, String, String) - Method in interface org.ow2.jonas.resource.internal.SQLManager
Get the specified PreparedStatement
getPStatement(ManagedConnectionInfo, Object, String, String, int, int) - Method in interface org.ow2.jonas.resource.internal.SQLManager
Get the specified PreparedStatement
getPStatement(ManagedConnectionInfo, Object, String, String, int) - Method in interface org.ow2.jonas.resource.internal.SQLManager
Get the specified PreparedStatement
getPStatement(ManagedConnectionInfo, Object, String, String, int[]) - Method in interface org.ow2.jonas.resource.internal.SQLManager
Get the specified PreparedStatement
getPStatement(ManagedConnectionInfo, Object, String, String, int, int, int) - Method in interface org.ow2.jonas.resource.internal.SQLManager
Get the specified PreparedStatement
getPStatement(ManagedConnectionInfo, Object, String, String, String[]) - Method in interface org.ow2.jonas.resource.internal.SQLManager
Get the specified PreparedStatement
getPstmtMax() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Return the maximum PreparedStatement cache
getPstmtMax() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getQueryTimeout() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getRar(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
get the Rar matching the jndiNname will be used in EJB container to deploy an MDB
getRarURL() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
getRejectedFull() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getRejectedFull() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getRejectedFull() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getRejectedOpen() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getRejectedOpen() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getRejectedOpen() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getRejectedOther() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getRejectedOther() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getRejectedOther() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getRejectedTimeout() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getRejectedTimeout() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getRejectedTimeout() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getResource(Object) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getResource(Object) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getResource is used to allocate a Object from the Pool.
getResourceAdapter() - Method in class org.ow2.jonas.resource.internal.Rar
 
getResourceAdapterClassname() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
 
getResourceAdapters() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
getResourceManagementEvent() - Method in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
 
getResourceObject(String) - Static method in class org.ow2.jonas.resource.internal.JOnASResourceService
get the ResourceAdapter matching the jndiName will be used in ResourceObjectJNDIHandler class at lookup time.
getResultSet() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the result set type for ResultSet objects generated by this Statement object.
getSamplingPeriod() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getSamplingPeriod() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getSamplingPeriod() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getSamplingPeriod gets the number of seconds between statistics sampling for this Pool.
getSchemaList() - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Get a list of possible schema locations to validate against.
getSchemaList() - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
Get a list of schemas available for RARs.
getSequenceNumber() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
Gets the sequence number for reconfiguration opeartions
getServedOpen() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getServedOpen() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getServedOpen() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getSize() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
Get the size of the pool
getSize() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getSize retrieves the current size of this Pool.
getSpecVersion() - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
return the specVersion
getStartTime() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get the start time
getState(String) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Gets the State attribute of the ConnectionManagerImpl object
getState(String) - Method in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Gets the State attribute of the ManagedConnectionInfo object
getState() - Method in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Gets the State attribute of the ManagedConnectionInfo object
getSynchros() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getTestStatement() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getTimeout() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getTimeout() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
getTimeout retrieves the timeout assigned to this Pool.
getTotalConnectionTime() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get the total connection time
getTransactionTimeout() - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
No method to map for a local transaction, just return no timeout.
getUpdateCount() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUsedManagedConnections() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
getUses() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Get the number of uses
getWaiterCount() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getWaiterCount() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getWaiterCount() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getWaitersHigh() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getWaitersHigh() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getWaitersHigh() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getWaitersHighRecent() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getWaitersHighRecent() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getWaitersHighRecent() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getWaitingHigh() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getWaitingHigh() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getWaitingHigh() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getWaitingHighRecent() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getWaitingHighRecent() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getWaitingHighRecent() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getWaitingTime() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
getWaitingTime() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
getWaitingTime() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
 
getWarnings() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Retrieves the first warning reported by calls on this Statement object.
getWorkManager() - Method in class org.ow2.jonas.resource.internal.ResourceBootstrapContext
Return the associated WorkManager
getXAName() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Get the XAName to use
getXAResource() - Method in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Gets the associated XAResource
getXATerminator() - Method in class org.ow2.jonas.resource.internal.ResourceBootstrapContext
Return an XATerminator
getXmlContent(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
get the ResourceAdapter Connector object matching the jndiName.
getXmlContent() - Method in class org.ow2.jonas.resource.internal.Rar
get the Xml Content for this Rar

H

HArrayPool - Class in org.ow2.jonas.resource.internal.pool.lib
The class HArrayPool implements a Pool as a HashSet of ManagedConnections, managing free/active resources.
HArrayPool(Logger) - Constructor for class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
HArrayPool constructor
HArrayPoolMonitor - Class in org.ow2.jonas.resource.internal.pool.lib
Keeps pool as small as possible (after conn's has reached MaxAge)
HArrayPoolMonitor(Pool) - Constructor for class org.ow2.jonas.resource.internal.pool.lib.HArrayPoolMonitor
Pool monitor constructor
hashCode() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
 

I

IJDBCConnection - Interface in org.ow2.jonas.resource.internal
A JOnAS Specific JDBC SQL Connection.
incrementUses() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Increment the number of uses
init(Context) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This method permits to initialize the ConnectionManager with the following parameter: RESOURCE_BUNDLE_NAME: The name of the resource bundle in order to internationalize the logging LOGGER: The logger instance where events are logged LOGGER_FACTORY: A logger factory to obtain a logger PRINT_WRITER: The printwriter where event are logged TRANSACTION_MANAGER: The Transaction manager linked to this resource manager RESOURCE_MANAGER_EVENT_LISTENER: The resource manage event listener which subscribed to later connection enlistement.
invoke(Object, Method, Object[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.SQLConnectionInvocationHandler
Invoke call on the proxy
isClosed() - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
 
isInTransaction - Variable in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
The boolean to determine if in a current transaction
isJdbcConnSetUp() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
isJdbcConnSetUp() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
 
isJdbcConnSetUp() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
isObservable() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
isObservable() - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
isPhysicallyClosed() - Method in interface org.ow2.jonas.resource.internal.IJDBCConnection
 
isRarDeployed(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Test if the specified filename is already deployed or not.
isRarDeployedByUnpackName(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Test if the specified unpack name is already deployed or not.
isRarLoaded(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Test if the specified filename is already deployed or not.
isSameRM(XAResource) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
Determine if the wrapper instance is the same as the wrapper instance being passed in
isValid() - Method in class org.ow2.jonas.resource.internal.cm.jta.JResourceManagerEvent
 

J

JAO - Static variable in class org.ow2.jonas.resource.internal.Rar
 
JAO - Static variable in class org.ow2.jonas.resource.internal.ResourceUtility
JOnAS Administrated Object
JAS - Static variable in class org.ow2.jonas.resource.internal.Rar
 
JAS - Static variable in class org.ow2.jonas.resource.internal.ResourceUtility
JOnAS Activationspec
JCAActivationSpec - Class in org.ow2.jonas.resource.internal.mbean
MBean class for JCA ActivationSpec Management
JCAActivationSpec(String, String, String, List) - Constructor for class org.ow2.jonas.resource.internal.mbean.JCAActivationSpec
MBean constructor
JCAAdminObject - Class in org.ow2.jonas.resource.internal.mbean
MBean class for JCA AdminObject Management
JCAAdminObject(String, String, String, Properties) - Constructor for class org.ow2.jonas.resource.internal.mbean.JCAAdminObject
MBean constructor
JCAConnectionFactory - Class in org.ow2.jonas.resource.internal.mbean
MBean class for JCA Connection Factory Management
JCAConnectionFactory(String, String, String, Properties, String, ConnectionManagerImpl) - Constructor for class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
Constructor
JCAConnectionFactoryMBean - Class in org.ow2.jonas.resource.internal.mbean
Allow creation of a model MBean instance to registered in the MBean server.
JCAConnectionFactoryMBean() - Constructor for class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactoryMBean
Default constructor
JCAManagedConnectionFactory - Class in org.ow2.jonas.resource.internal.mbean
MBean class for JCA ManagedConnection Factory Management
JCAManagedConnectionFactory(String) - Constructor for class org.ow2.jonas.resource.internal.mbean.JCAManagedConnectionFactory
Constructor
JCAResource - Class in org.ow2.jonas.resource.internal.mbean
MBean class for JCA Resource Management
JCAResource(String) - Constructor for class org.ow2.jonas.resource.internal.mbean.JCAResource
Constructor
JCD - Static variable in class org.ow2.jonas.resource.internal.Rar
 
JCD - Static variable in class org.ow2.jonas.resource.internal.ResourceUtility
JOnAS Connection Definition
JDBC_CHECK_CONNECTION - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
JDBC_KEEP_ALIVE - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
JDBC_NO_TEST - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Constants for use with JDBC connection level
JDBC_SEND_STATEMENT - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
JNDI_NAME - Static variable in class org.ow2.jonas.resource.internal.Rar
 
JNDI_NAME - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Jndiname property name
JONAS_BASE - Static variable in class org.ow2.jonas.resource.internal.JOnASResourceService
The name of the JONAS_BASE directory.
JONAS_RA_XML - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Jonas ra.xml property name
jonasConn - Variable in class org.ow2.jonas.resource.internal.Rar
 
JOnASResourceService - Class in org.ow2.jonas.resource.internal
JCA resource service implementation.
JOnASResourceService() - Constructor for class org.ow2.jonas.resource.internal.JOnASResourceService
Default constructor for ResourceService.
JOnASResourceServiceMBean - Interface in org.ow2.jonas.resource.internal
MBean Interface for Resource Service Management.
jonasXmlContent - Variable in class org.ow2.jonas.resource.internal.Rar
 
JResourceManagerEvent - Class in org.ow2.jonas.resource.internal.cm.jta
This class implements Enlistable.
JResourceManagerEvent(ManagedConnectionInfo, Logger) - Constructor for class org.ow2.jonas.resource.internal.cm.jta.JResourceManagerEvent
This constructor permits to specify the MCInfp corresponding to the ManagedConnection (the physical connection).
JSynchronization - Class in org.ow2.jonas.resource.internal.cm.jta
This class is an implementation of the Synchronization interface, used by a ConnectionManagerImpl instance.
JSynchronization(ConnectionManagerImpl, ManagedConnectionInfo) - Constructor for class org.ow2.jonas.resource.internal.cm.jta.JSynchronization
Constructor for the MySynchro object

L

LNK_JNDI_NAME - Static variable in class org.ow2.jonas.resource.internal.Rar
 
LNK_JNDI_NAME - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Jndiname link property name
LNK_RAR_FILENAME - Static variable in class org.ow2.jonas.resource.internal.Rar
 
LNK_RAR_FILENAME - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Link Rar filename property name
lnkJonasConn - Variable in class org.ow2.jonas.resource.internal.Rar
 
LOCAL_TRANS_SUPPORT - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Rar supports local transactions
localTrans - Variable in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
The LocalTransaction object to make the begin(), commit(), and rollback() calls.
localTransaction - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Is the the managedConnection is inside a local transaction
localTransactionCommitted(ConnectionEvent) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
localTransactionRolledback(ConnectionEvent) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
localTransactionStarted(ConnectionEvent) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
LocalXAResource - Class in org.ow2.jonas.resource.internal.cm.jta
A LocalXAWrapper that intercepts the XA calls for an RAR that only supports LocalTransactions and translates them to the appropriate Local Transaction methods.
LocalXAResource(LocalTransaction, Logger) - Constructor for class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
 
LOGGER - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method
LOGGER_FACTORY - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method
lw - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
If local transaction is used, then here is the LocalXAWrapper to use instead of an XA object

M

ManagedConnectionInfo - Class in org.ow2.jonas.resource.internal.cm
A ManagedConnection and its Information
ManagedConnectionInfo(ManagedConnection) - Constructor for class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Constructor for the ManagedConnectionInfo object
matchResource(Object, Object) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
All method of the pool match to the right type of ManagedConnection because there is one pool by ManagedConnectionFactory.
matchResource(Set, Object) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
All method of the pool match to the right type of ManagedConnection because there is one pool by ManagedConnectionFactory.
matchResource(Object, Object) - Method in interface org.ow2.jonas.resource.internal.pool.PoolMatchFactory
matchResource tests if a given resource of a Pool matches with the hints passed with the Pool getResource method.
matchResource(Set, Object) - Method in interface org.ow2.jonas.resource.internal.pool.PoolMatchFactory
matchResource tests if a given resource of a Pool matches with the hints passed with the Pool getResource method.
mc - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
The managedConnection
mc2mci - Variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This hashtable allows to find the list of connection handle associated to a ManagedConnection

N

NO_TRANS_SUPPORT - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Rar doesn't support transactions

O

OBJ_TYPE - Static variable in class org.ow2.jonas.resource.internal.Rar
 
objectName - Variable in class org.ow2.jonas.resource.internal.Rar
 
org.ow2.jonas.resource.internal - package org.ow2.jonas.resource.internal
 
org.ow2.jonas.resource.internal.cm - package org.ow2.jonas.resource.internal.cm
 
org.ow2.jonas.resource.internal.cm.jta - package org.ow2.jonas.resource.internal.cm.jta
 
org.ow2.jonas.resource.internal.cm.sql - package org.ow2.jonas.resource.internal.cm.sql
 
org.ow2.jonas.resource.internal.mbean - package org.ow2.jonas.resource.internal.mbean
 
org.ow2.jonas.resource.internal.naming - package org.ow2.jonas.resource.internal.naming
 
org.ow2.jonas.resource.internal.pool - package org.ow2.jonas.resource.internal.pool
 
org.ow2.jonas.resource.internal.pool.lib - package org.ow2.jonas.resource.internal.pool.lib
 

P

pathName - Variable in class org.ow2.jonas.resource.internal.Rar
 
Pool - Interface in org.ow2.jonas.resource.internal.pool
The interface Pool defines an object that pools resources of any kind.
POOL_LOGGER - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method
PoolItemStats - Class in org.ow2.jonas.resource.internal.pool
This class holds information about each pool entry.
PoolItemStats() - Constructor for class org.ow2.jonas.resource.internal.pool.PoolItemStats
Default Constructor
PoolMatchFactory - Interface in org.ow2.jonas.resource.internal.pool
The interface PoolMatchFactory defines the object used by a Pool to test if a given resource of a Pool matches with the hints passed with the Pool getResource method.
PoolProvider - Interface in org.ow2.jonas.resource.internal.pool
The interface PoolProvider defines the minimal behaviour of a Pool Provider.
PoolResource - Interface in org.ow2.jonas.resource.internal.pool
The interface PoolResource defines the minimal behaviour of a resource managed by a Pool.
poolTrace - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Pool infomation logger
prepare(Xid) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
No method to map for a local transaction, just return XA_OK.
PreparedStatementWrapper - Class in org.ow2.jonas.resource.internal.cm.sql
This class PreparedStatementWrapper wrap an SQL PreparedStatement
PreparedStatementWrapper(String, String, int, int, Logger, boolean) - Constructor for class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Creates a PreparedStatementWrapper object that will generate ResultSet objects with the given type and concurrency.
PreparedStatementWrapper(String, String, int, int, int, Logger, boolean) - Constructor for class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Creates a PreparedStatementWrapper object that will generate ResultSet objects with the given type, concurrency, and holdability.
PreparedStatementWrapper(String, String, int, Logger, boolean) - Constructor for class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Creates a default PreparedStatementWrapper object that has the capability to retrieve auto-generated keys.
PreparedStatementWrapper(String, String, int[], Logger, boolean) - Constructor for class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Creates a default PreparedStatementWrapper object capable of returning the auto-generated keys designated by the given array.
PreparedStatementWrapper(String, String, String[], Logger, boolean) - Constructor for class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Creates a default PreparedStatementWrapper object capable of returning the auto-generated keys designated by the given array.
prepareStatement(Class[], Object[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.SQLConnectionInvocationHandler
Invoke correct preparedStatement
PRINT_WRITER - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method
processMCF(ConnectorDesc, JonasConnectorDesc, ClassLoader, String, String, String, String, String, ConfigPropertyDesc[], ResourceAdapter, int) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
Process the ManagedConnectionFactory object
processRar(String, JOnASResourceService) - Method in class org.ow2.jonas.resource.internal.Rar
Process the resource adapter.
processSetters(Class, Object, String, ConfigPropertyDesc[]) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
 
pStmts - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
This vector will hold any necessary preparedStatements for this ManagedConnection.
PSWRAP_1 - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Constants to determine which PreparedStatement types to call
PSWRAP_2 - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
PSWRAP_3 - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
PSWRAP_4 - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
PSWRAP_5 - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 

R

RA_XML - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
ra.xml property name
raConn - Variable in class org.ow2.jonas.resource.internal.Rar
 
Rar - Class in org.ow2.jonas.resource.internal
Rar object.
Rar() - Constructor for class org.ow2.jonas.resource.internal.Rar
- Get the loggers - Get the global jndi context - Get the list of the resource adapters.
Rar(Context, String, String, ResourceBootstrapContext, TransactionManager, JmxService) - Constructor for class org.ow2.jonas.resource.internal.Rar
- Get the loggers - Get the global jndi context - Get the list of the resource adapters.
RAR_FILENAME - Static variable in class org.ow2.jonas.resource.internal.Rar
 
RAR_FILENAME - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Rar filename property name
RAR_OBJNAME - Static variable in interface org.ow2.jonas.resource.internal.ResourceServiceConstants
Rar object property name
RarConfigMBean - Class in org.ow2.jonas.resource.internal.mbean
A RAR specific MBean which provides the schemas and EntityResolver needed to validate a jonas-ra.xml file or an ra.xml file.
RarConfigMBean() - Constructor for class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
A default constructor which calls the parent constructor.
RARDeployer - Class in org.ow2.jonas.resource.internal
This deployer will deploy RAR module.
RARDeployer() - Constructor for class org.ow2.jonas.resource.internal.RARDeployer
 
recomputeBusy() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
compute current min/max busyConnections
recover(int) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
No method to map for a local transaction.
registerMBean(Referenceable, String, String, String, ConnectorDesc, JonasConnectorDesc, String, int, JCAResource, String, String, String, Context, Properties, String, ConnectionManagerImpl) - Method in class org.ow2.jonas.resource.internal.ResourceUtility
 
registerXAResource(Properties) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Register an XAResource with JOTM for recovery
releaseResource(Object) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Release the ManagedConnection object resource
releaseResource(Object, boolean, boolean) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
releaseResource(Object, boolean, boolean) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
releaseResource releases a Object in order to allow the Pool to recycle this Object.
releaseResource(Object) - Method in interface org.ow2.jonas.resource.internal.pool.PoolMatchFactory
releaseResource make sure that any cleanup needed for this entry is done
removeDefaultAS(String) - Static method in class org.ow2.jonas.resource.internal.Rar
remove the specified jndiName from the default AS list
resAdp - Variable in class org.ow2.jonas.resource.internal.Rar
 
RESOURCE_ADAPTER - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method
RESOURCE_BUNDLE_NAME - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method
RESOURCE_LIST - Static variable in class org.ow2.jonas.resource.internal.Rar
 
ResourceAdapter - Class in org.ow2.jonas.resource.internal.mbean
MBean class for ResourceAdapter management
ResourceAdapter(String, Properties, String, String, boolean, URL, String) - Constructor for class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
Constructor
ResourceAdapterModule - Class in org.ow2.jonas.resource.internal.mbean
MBean class for ResourceAdapterModule management
ResourceAdapterModule(ObjectName, boolean, URL) - Constructor for class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
ResourceBootstrapContext - Class in org.ow2.jonas.resource.internal
This class implements the BootstrapContext interface of the Connector Architecture 1.5 specification.
ResourceBootstrapContext(WorkManager, XATerminator) - Constructor for class org.ow2.jonas.resource.internal.ResourceBootstrapContext
Constructor
ResourceObjectFactory - Class in org.ow2.jonas.resource.internal.naming
Resource Service ObjectFactory for ConnectionFactory.
ResourceObjectFactory() - Constructor for class org.ow2.jonas.resource.internal.naming.ResourceObjectFactory
 
ResourceServiceConstants - Interface in org.ow2.jonas.resource.internal
ResourceService constants holder interface.
ResourceUtility - Class in org.ow2.jonas.resource.internal
ResourceUtility class
ResourceUtility() - Constructor for class org.ow2.jonas.resource.internal.ResourceUtility
Default constructor
ResourceUtility(JmxService, Logger, Logger, Logger) - Constructor for class org.ow2.jonas.resource.internal.ResourceUtility
Constructor
rme - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
The event used for the later enlisting into transaction
rmeCalled - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
Has the ResourceManagerEvent Listener been called
rollback(Xid) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
Rollback the localTransaction, the param isn't used for a local transaction.
run() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPoolMonitor
Run the array pool monitor

S

sampling() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
sampling() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
sampling updates the interval pool information
saveXML(String, String, Document) - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Saves the given org.w3c.dom.Document back into an archive of the name given by archiveName.
setActivationSpecs(String) - Method in class org.ow2.jonas.resource.internal.mbean.JCAResource
set the ActivationSpec name
setAdjustPeriod(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPoolMonitor
Set the adjust period.
setAdminObjects(String) - Method in class org.ow2.jonas.resource.internal.mbean.JCAResource
set the AdminObject name
setArray(int, Array) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Array object.
setAsciiStream(int, InputStream, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBigDecimal(int, BigDecimal) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Blob object.
setBoolean(int, boolean) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java boolean value.
setByte(int, byte) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java byte value.
setBytes(int, byte[]) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java array of bytes.
setCharacterStream(int, Reader, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCheckLevel(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
setClob(int, Clob) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Clob object.
setClosed(boolean) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Close this object
setConnectionFactory(String) - Method in class org.ow2.jonas.resource.internal.mbean.JCAResource
set the ConnectionFactory name
setConnectorDesc(ConnectorDesc) - Method in class org.ow2.jonas.resource.internal.Rar
set the ResourceAdapter Connector object for this Rar
setConnMaxAge(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setCursorName(String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setDate(int, Date) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDeployerManager(IDeployerManager) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
setDeploymentPlanDeployer(DeploymentPlanDeployer) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Sets the JOnAS deployment plan deployer service.
setDouble(int, double) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java double value.
setEscapeProcessing(boolean) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets escape processing on or off.
setFetchDirection(int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFileName(String) - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
setFloat(int, float) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java float value.
setInitialContext(Context) - Method in class org.ow2.jonas.resource.internal.Rar
 
setInitSize(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setInitSize(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setInitSize creates initsize resoures to this Pool.
setInt(int, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java int value.
setJcaResource(String) - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
set the jcaResourceObjectName
setJdbcConnCheckLevel(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
Sets the JDBC connection checking level
setJdbcConnLevel(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the JDBC connection level
setJdbcConnLevel(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setJdbcConnLevel(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setJdbcConnLevel sets the JDBC connection level for this pool
setJdbcConnSetUp(boolean) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
 
setJdbcConnTestStmt(String) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the JDBC connection test SQL string
setJdbcTestStatement(String) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setJdbcTestStatement(String) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setJdbcTestStatement(String) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setJdbcTestStatement sets the JDBC test statement for this pool
setJmxService(JmxService) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
setJMXService(JmxService) - Method in class org.ow2.jonas.resource.internal.Rar
 
setJonasConnectorDesc(JonasConnectorDesc) - Method in class org.ow2.jonas.resource.internal.Rar
set the JonasConnector object for this Rar
setJonasInfo(ManagedConnectionInfo, SQLManager) - Method in interface org.ow2.jonas.resource.internal.IJDBCConnection
Give JOnAS specific data to the connection.
setLogger(Logger) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Setters method to initialize the ConnectionManager The logger instance where events are logged
setLoggerFactory(LoggerFactory) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Setters method to initialize the ConnectionManager A logger factory to obtain a logger
setLong(int, long) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java long value.
setManagedConnectionFactory(String) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
Set the ManagedConnectionFactory object name
setMatchFactory(PoolMatchFactory) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMatchFactory(PoolMatchFactory) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMatchFactory assigns a PoolMatchFactory to this Pool.
setMaxAge(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMaxAge(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMaxAge sets the max age for a pool entry
setMaxAgeTimeout(long) - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Set the max age timeout
setMaxFieldSize(int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the limit for the maximum number of bytes in a ResultSet column storing character or binary values to the given number of bytes.
setMaxOpentime(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setMaxOpentime(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMaxOpentime(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMaxOpentime sets the max age for an entry to be opened
setMaxOpenTimeout(long) - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Set the max open timeout
setMaxPstmtPoolSize(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
setMaxRows(int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMaxSize(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setMaxSize(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMaxSize(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMaxSize assigns a maximum size to this Pool.
setMaxWaiters(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setMaxWaiters(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMaxWaiters(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMaxWaiters sets the maximum number of waiters for a connection in this Pool.
setMaxWaitTime(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setMaxWaitTime(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMaxWaitTime(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMaxWaitTime sets the maximum number of seconds to wait for a connection in this Pool.
setMinSize(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
MBean method allowing to set the minimum size of connection pool
setMinSize(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setMinSize(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setMinSize assigns a minimum size to this Pool.
setNull(int, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the value of the designated parameter using the given object.
setObject(int, Object, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObservable(boolean) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
setObservable(boolean) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setObservable(boolean) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
Sets observable.
setObservable(boolean) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
Set the pool observable
setParsingwithvalidation(boolean) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
setPoolInit(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool init size
setPoolMax(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool maximum size
setPoolMaxAge(long) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool maximum age value
setPoolMaxAgeMinutes(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool maximum age value
setPoolMaxOpentime(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool maximum open time value
setPoolMaxWaiters(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool maximum waiters size
setPoolMaxWaittime(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool maximum waiter time
setPoolMin(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool minimum size
setPoolSamplingPeriod(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the pool sampling period
setPreparedStatement(PreparedStatement) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the real prepared statement object on which we wrap calls
setPrintWriter(PrintWriter) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Setters method to initialize the ConnectionManager The printwriter where event are logged
setPstmtMax(int) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Set the maximum PreparedStatement cache
setPstmtMax(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setQueryTimeout(int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setRarURL(URL) - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
setRef(int, Ref) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given REF(<structured-type>) value.
setRegistryService(RegistryService) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
setResourceAdapter(ManagedConnectionFactory) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Setters method to initialize the ConnectionManager The managedConnectionFactory instance of the resource which must be managed by this connectionManager
setResourceAdapter(ManagedConnectionFactory, ConnectionManagerPoolParams) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Setters method to initialize the ConnectionManager The managedConnectionFactory instance of the resource which must be maneged by this connectionManager
setResourceAdapter(String) - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapterModule
 
setResourceAdapterClassname(String) - Method in class org.ow2.jonas.resource.internal.mbean.ResourceAdapter
 
setResourceService(ResourceService) - Method in class org.ow2.jonas.resource.internal.RARDeployer
Sets the RAR service.
setSamplingPeriod(Integer) - Method in class org.ow2.jonas.resource.internal.mbean.JCAConnectionFactory
 
setSamplingPeriod(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setSamplingPeriod(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPoolMonitor
Set the sampling period.
setSamplingPeriod(int) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setSamplingPeriod sets the number of seconds between statistics sampling for this Pool.
setShort(int, short) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java short value.
setStartTime(long) - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Set the start time
setString(int, String) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given Java String value.
setTestStatement(String) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
 
setTime(int, Time) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimeout(long) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
setTimeout(long) - Method in interface org.ow2.jonas.resource.internal.pool.Pool
setTimeout assigns a timeout to this Pool.
setTimestamp(int, Timestamp) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTotalConnectionTime(long) - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
Set the total connection time
setTransactionManager(TransactionManager) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Setters method to initialize the ConnectionManager The Transaction manager linked to this resource managed
setTransactionManager(TransactionManager) - Method in class org.ow2.jonas.resource.internal.Rar
 
setTransactionService(TransactionService) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
setTransactionTimeout(int) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
No method to map for a local transaction, just return no timeout.
setUnicodeStream(int, InputStream, int) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Deprecated.  
setURL(int, URL) - Method in class org.ow2.jonas.resource.internal.cm.sql.PreparedStatementWrapper
Sets the designated parameter to the given java.net.URL value.
setUser() - Method in interface org.ow2.jonas.resource.internal.IJDBCConnection
Use the username provided in meta-data.
setValid(boolean) - Method in class org.ow2.jonas.resource.internal.cm.jta.JResourceManagerEvent
 
setValidationPeriod(int) - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPoolMonitor
Set the validation period.
setWorkManagerService(WorkManagerService) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
 
setXAName(String) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Set the XAName to use
SQLConnectionInvocationHandler - Class in org.ow2.jonas.resource.internal.cm.sql
SQL Connection Wrapper
SQLConnectionInvocationHandler(Object, ManagedConnectionInfo, SQLManager, Logger) - Constructor for class org.ow2.jonas.resource.internal.cm.sql.SQLConnectionInvocationHandler
PreparedStatement wrapper
SQLManager - Interface in org.ow2.jonas.resource.internal
SQL Manager to be used with PreparedStatement
start(Xid, int) - Method in class org.ow2.jonas.resource.internal.cm.jta.LocalXAResource
Only start a local transaction if a new transaction is being attempted, just return if joining or resuming.
startMonitor() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
startMonitor() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
startMonitor starts the pool monitor for this Pool.
stopit() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPoolMonitor
Stop this thread.
subject - Variable in class org.ow2.jonas.resource.internal.cm.ConnectionResourceHint
Subject object
supports(IDeployable<?>) - Method in class org.ow2.jonas.resource.internal.RARDeployer
Checks if the given deployable is supported by the Deployer.
synchro - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
The current Synchronisation object used for the later enlisting into the global transaction

T

tm - Variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
The transaction manager in server
toString() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Description of the Method
toString() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams
Output pool information
toString() - Method in class org.ow2.jonas.resource.internal.cm.ConnectionResourceHint
 
toString() - Method in class org.ow2.jonas.resource.internal.cm.sql.SQLConnectionInvocationHandler
Return a string describing this object
toString() - Method in class org.ow2.jonas.resource.internal.pool.PoolItemStats
String representing this object
trace - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Main logger
TRANSACTION_MANAGER - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
This constant is used in the by the init method

U

unDeployRar(String) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Undeploy the resource adapter.
unDeployRars(URL[], URL) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Undeploy the given rars of an ear file.
unRegister(String) - Method in class org.ow2.jonas.resource.internal.Rar
Unregister the resource adapter.
unRegisterRar(Context) - Method in class org.ow2.jonas.resource.internal.JOnASResourceService
Unregister the resource adapter.
updateXML(String, Map) - Method in class org.ow2.jonas.resource.internal.mbean.RarConfigMBean
 
usedCs - Variable in class org.ow2.jonas.resource.internal.cm.ManagedConnectionInfo
The list of used Connections

V

validateMCs() - Method in class org.ow2.jonas.resource.internal.pool.lib.HArrayPool
 
validateMCs() - Method in interface org.ow2.jonas.resource.internal.pool.Pool
validateMCs validates ManagedConnections in Pool every 10 minutes
validateResource(Set) - Method in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
If supported, call the ManagedConnectionFactory to validate the ManagedConnections
validateResource(Set) - Method in interface org.ow2.jonas.resource.internal.pool.PoolMatchFactory
validateResource tests if a given resource of a Pool is invalid
verifyDocument(Document) - Method in class org.ow2.jonas.resource.internal.mbean.ArchiveConfigMBean
Verifies that the Document is correct with respect to the schemas associated with the XML.

W

WORK_RARS_DIR - Static variable in class org.ow2.jonas.resource.internal.JOnASResourceService
The name of the working apps directory.

X

XA_TRANS_SUPPORT - Static variable in class org.ow2.jonas.resource.internal.cm.ConnectionManagerImpl
Rar supports XA transactions
xmlContent - Variable in class org.ow2.jonas.resource.internal.Rar
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2009 OW2 Consortium. All Rights Reserved.