Skip navigation links
IronJacamar: Core API 1.5.2.Final-redhat-00001
A B C D E F G H I J L M N O P R S T U V W X 

A

activate(MessageEndpointFactory, ActivationSpec) - Method in interface org.jboss.jca.core.spi.rar.Endpoint
Activate an endpoint
Activation - Interface in org.jboss.jca.core.spi.rar
An activation representation
addListener(UserTransactionListener) - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Add a listener
addProvider(UserTransactionProvider) - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Add a provider
Address - Class in org.jboss.jca.core.spi.workmanager
Defines an address of a WorkManager
Address(String, String, String) - Constructor for class org.jboss.jca.core.spi.workmanager.Address
Constructor
addXAResourceRecovery(XAResourceRecovery) - Method in interface org.jboss.jca.core.spi.transaction.recovery.XAResourceRecoveryRegistry
Register an XAResourceRecovery instance with the transaction recovery system.
AdminObject - Class in org.jboss.jca.core.api.management
Represents an admin object instance
AdminObject(Object) - Constructor for class org.jboss.jca.core.api.management.AdminObject
Constructor
AlreadyExistsException - Exception in org.jboss.jca.core.spi.mdr
AlreadyExistsException is thrown in case a metadata entry already is registered
AlreadyExistsException() - Constructor for exception org.jboss.jca.core.spi.mdr.AlreadyExistsException
Constructor
AlreadyExistsException(String) - Constructor for exception org.jboss.jca.core.spi.mdr.AlreadyExistsException
Constructor
AlreadyExistsException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.mdr.AlreadyExistsException
Constructor
AlreadyExistsException(Throwable) - Constructor for exception org.jboss.jca.core.spi.mdr.AlreadyExistsException
Constructor
AlreadyExistsException - Exception in org.jboss.jca.core.spi.rar
AlreadyExistsException is thrown in case the resource adapter already is registered
AlreadyExistsException() - Constructor for exception org.jboss.jca.core.spi.rar.AlreadyExistsException
Constructor
AlreadyExistsException(String) - Constructor for exception org.jboss.jca.core.spi.rar.AlreadyExistsException
Constructor
AlreadyExistsException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.rar.AlreadyExistsException
Constructor
AlreadyExistsException(Throwable) - Constructor for exception org.jboss.jca.core.spi.rar.AlreadyExistsException
Constructor
associateManagedConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface org.jboss.jca.core.api.connectionmanager.ConnectionManager
Associate a managed connection to a logical connection

B

bindAdminObjects(String, Object[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Bind admin objects for a deployment
bindAdminObjects(String, Object[], String[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Bind admin objects for a deployment
bindConnectionFactories(String, Object[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Bind connection factories for a deployment
bindConnectionFactories(String, Object[], String[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Bind connection factories for a deployment

C

CachedConnectionManager - Interface in org.jboss.jca.core.api.connectionmanager.ccm
CacheConnectionManager.
Callback - Interface in org.jboss.jca.core.spi.security
This SPI interface represents the security inflow contract in the container environment
cancel() - Method in interface org.jboss.jca.core.spi.graceful.GracefulCallback
This method is triggered when a shutdown is cancelled
cancelShutdown() - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Cancel shutdown
cancelWork(Work, Xid) - Method in interface org.jboss.jca.core.spi.transaction.xa.XATerminator
Invoked when the work fails
clear() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
Clear the statistics
clear() - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Clear all statistics
clearDistributedStatistics(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Clear distributed statistics
clone() - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Clone the BootstrapContext implementation
clone() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Clone the WorkManager implementation
clone() - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Clone the JNDI strategy implementation
CloneableBootstrapContext - Interface in org.jboss.jca.core.api.bootstrap
The cloneable bootstrap context interface which defines the contract for all BootstrapContext implementations
close(Object) - Method in interface org.jboss.jca.core.spi.recovery.RecoveryPlugin
Perform a close operation on the passed connection object instance - like a CCI Connection instance.
compareTo(Address) - Method in class org.jboss.jca.core.spi.workmanager.Address
ComponentStack - Interface in org.jboss.jca.core.spi.connectionmanager
ComponentStack.
ConfigProperty - Class in org.jboss.jca.core.api.management
Represents a config property
ConfigProperty(String) - Constructor for class org.jboss.jca.core.api.management.ConfigProperty
Constructor
ConfigProperty(String, boolean, boolean) - Constructor for class org.jboss.jca.core.api.management.ConfigProperty
Constructor
ConnectableResource - Interface in org.jboss.jca.core.spi.transaction
Defines a resource as connectable, which allows the transaction manager to get access to the connection used by the transaction
ConnectableResourceListener - Interface in org.jboss.jca.core.spi.transaction
Defines a listener interface for ConnectableResource handles
ConnectionCacheListener - Interface in org.jboss.jca.core.api.connectionmanager.listener
Connection cache listener.
ConnectionFactory - Class in org.jboss.jca.core.api.management
Represents a managed connection factory instance
ConnectionFactory(Object, ManagedConnectionFactory) - Constructor for class org.jboss.jca.core.api.management.ConnectionFactory
Constructor
ConnectionListener - Interface in org.jboss.jca.core.api.connectionmanager.listener
Connection listener.
ConnectionManager - Interface in org.jboss.jca.core.api.connectionmanager
The JBoss specific connection manager interface.
ConnectionManager - Class in org.jboss.jca.core.api.management
Represents a connector instance
ConnectionManager(String) - Constructor for class org.jboss.jca.core.api.management.ConnectionManager
Constructor
Connector - Class in org.jboss.jca.core.api.management
Represents a connector instance
Connector(String) - Constructor for class org.jboss.jca.core.api.management.Connector
Constructor
createCallbackHandler() - Method in interface org.jboss.jca.core.spi.security.SecurityIntegration
Create a default callback handler
createCallbackHandler(Callback) - Method in interface org.jboss.jca.core.spi.security.SecurityIntegration
Create a callback handler
createConnectableLocalXAResource(ConnectionManager, String, String, String, ConnectableResource, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create a connectable LocalXAResource instance
createConnectableLocalXAResource(ConnectionManager, String, String, String, ManagedConnection, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create a connectable LocalXAResource instance
createConnectableXAResourceWrapper(XAResource, boolean, Boolean, String, String, String, ConnectableResource, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create a connectable XAResource wrapper instance
createConnectableXAResourceWrapper(XAResource, boolean, Boolean, String, String, String, ManagedConnection, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create a connectable XAResource wrapper instance
createInstance() - Method in interface org.jboss.jca.core.spi.rar.Activation
Create an instance of the associated activation spec.
createLocalXAResource(ConnectionManager, String, String, String, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create a LocalXAResource instance
createSecurityContext(String) - Method in interface org.jboss.jca.core.spi.security.SecurityIntegration
Create a security context
createSubject() - Method in interface org.jboss.jca.core.spi.security.SubjectFactory
Create a Subject instance based on the default policy of the implementation
createSubject(String) - Method in interface org.jboss.jca.core.spi.security.SubjectFactory
Create a Subject instance
createXAResourceRecovery(ResourceAdapter, ActivationSpec, String, String) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create an XAResourceRecovery instance
createXAResourceRecovery(ManagedConnectionFactory, Boolean, Boolean, Boolean, String, String, String, SubjectFactory, RecoveryPlugin, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create an XAResourceRecovery instance
createXAResourceWrapper(XAResource, boolean, Boolean, String, String, String, boolean, XAResourceStatistics) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Create an XAResource wrapper instance

D

DataSource - Class in org.jboss.jca.core.api.management
Represents a datasource instance
DataSource(boolean) - Constructor for class org.jboss.jca.core.api.management.DataSource
Constructor
deactivate(MessageEndpointFactory, ActivationSpec) - Method in interface org.jboss.jca.core.spi.rar.Endpoint
Deactivate an endpoint
deltaCommit(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta commit
deltaDoWorkAccepted() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta doWork accepted
deltaDoWorkAccepted(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta doWork accepted
deltaDoWorkRejected() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta doWork rejected
deltaDoWorkRejected(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta doWork rejected
deltaEnd(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta end
deltaForget(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta forget
deltaPrepare(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta prepare
deltaRecover(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta recover
deltaRollback(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta rollback
deltaScheduleWorkAccepted() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta scheduleWork accepted
deltaScheduleWorkAccepted(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta scheduleWork accepted
deltaScheduleWorkRejected() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta scheduleWork rejected
deltaScheduleWorkRejected(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta scheduleWork rejected
deltaStart(long) - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Delta start
deltaStartWorkAccepted() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta startWork accepted
deltaStartWorkAccepted(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta startWork accepted
deltaStartWorkRejected() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta startWork rejected
deltaStartWorkRejected(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta startWork rejected
deltaWorkFailed() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta work failed
deltaWorkFailed(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta work failed
deltaWorkSuccessful() - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Delta work successful
deltaWorkSuccessful(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Delta work successful
dissociateManagedConnection(Object, ManagedConnection, ManagedConnectionFactory) - Method in interface org.jboss.jca.core.api.connectionmanager.ConnectionManager
Dissociate a managed connection from a logical connection.
DistributableContext - Class in org.jboss.jca.core.api.workmanager
Properties for distribution of work instances
DistributableContext() - Constructor for class org.jboss.jca.core.api.workmanager.DistributableContext
Constructor
DISTRIBUTE - Static variable in class org.jboss.jca.core.api.workmanager.DistributableContext
The distribute key
DistributedWorkManager - Interface in org.jboss.jca.core.api.workmanager
The JBoss specific distributed work manager interface
DistributedWorkManagerStatistics - Interface in org.jboss.jca.core.api.workmanager
The JBoss distributed work manager statistics
DistributedWorkManagerStatisticsValues - Class in org.jboss.jca.core.api.workmanager
The JBoss distributed work manager statistics values
DistributedWorkManagerStatisticsValues(int, int, int, int, int, int, int, int) - Constructor for class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
Constructor
done() - Method in interface org.jboss.jca.core.spi.graceful.GracefulCallback
This method is triggered when either there are no active connections, or the specified timeout has occurred
doWork(Address, DistributableWork) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
doWork
dumpQueuedThreads() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Dump the queued threads

E

Endpoint - Interface in org.jboss.jca.core.spi.rar
An endpoint representation
endWork(Work, Xid) - Method in interface org.jboss.jca.core.spi.transaction.xa.XATerminator
Invoked when transaction inflow work ends
equals(Object) - Method in class org.jboss.jca.core.spi.workmanager.Address

F

FirstResource - Interface in org.jboss.jca.core.spi.transaction
A tagging interface to identify an XAResource that should be considered the first resource, e.g.
flush() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Flush idle connections from the pool
flush(boolean) - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Flush the pool
flush(FlushMode) - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Flush the pool
FlushMode - Enum in org.jboss.jca.core.api.connectionmanager.pool
Flush strategy mode
fromMap(Map<String, Integer>) - Static method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
create an instance from a Map
fromMap(Map<String, String>) - Static method in class org.jboss.jca.core.spi.workmanager.Address
create an instance from a Map

G

getActivation(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Get the Activation metadata for a resource adapter deployment
getActivation() - Method in interface org.jboss.jca.core.spi.rar.MessageListener
Get the activation for the listener
getActiveCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get active count
getAdminObject() - Method in class org.jboss.jca.core.api.management.AdminObject
Get the admin object instance.
getAdminObjects() - Method in class org.jboss.jca.core.api.management.Connector
Get the list of admin objects
getAuthenticatedSubject() - Method in interface org.jboss.jca.core.spi.security.SecurityContext
Get the authenticated subject
getAvailableCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the available count
getAverageBlockingTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the average time spent waiting on a connection (milliseconds)
getAverageCreationTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the average time spent creating a connection (milliseconds)
getAverageGetTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the average time spent obtaining a connection (milliseconds)
getAveragePoolTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the average time for a connection in the pool (milliseconds)
getAverageUsageTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the average time spent using a connection (milliseconds)
getBackgroundValidationMillis() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
Get the background validation millis setting
getBlockingFailureCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the blocking failure count
getBlockingTimeout() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
getCallbackSecurity() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Get the callback security module
getCommitAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the commit average time (milliseconds)
getCommitCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the commit count
getCommitMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the commit max time (milliseconds)
getCommitTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the commit total time (milliseconds)
getConfigProperties() - Method in class org.jboss.jca.core.api.management.AdminObject
Get the list of config property's
getConfigProperties() - Method in class org.jboss.jca.core.api.management.ManagedConnectionFactory
Get the list of config property's
getConfigProperties() - Method in class org.jboss.jca.core.api.management.ResourceAdapter
Get the list of config property's
getConfigProperties() - Method in interface org.jboss.jca.core.spi.rar.Activation
Get the config-property map with name and type pair
getConnection() - Method in interface org.jboss.jca.core.spi.transaction.ConnectableResource
Get a connection from the resource
getConnectionFactories() - Method in class org.jboss.jca.core.api.management.Connector
Get the list of connection factories
getConnectionFactory() - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Get the connection factory instance.
getConnectionManagers() - Method in class org.jboss.jca.core.api.management.Connector
Get the list of connection managers
getConnectors() - Method in class org.jboss.jca.core.api.management.ManagementRepository
Get the list of connectors
getCreatedCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get created count
getDataSources() - Method in class org.jboss.jca.core.api.management.ManagementRepository
Get the list of connectors
getDefaultGroups() - Method in interface org.jboss.jca.core.spi.security.Callback
Get the default groups
getDefaultPrincipal() - Method in interface org.jboss.jca.core.spi.security.Callback
Get the default principal
getDelay() - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Get the delay until shutdown occurs
getDescription() - Method in class org.jboss.jca.core.api.workmanager.DistributableContext
getDescription(String) - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Get the description
getDescription(String, Locale) - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Get the description
getDestroyedCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get destroyed count
getDistribute() - Method in class org.jboss.jca.core.api.workmanager.DistributableContext
Get the distribute value
getDistributedStatistics() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Get the distributed statistics
getDistributedStatistics(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Get the distributed statistics
getDomain() - Method in interface org.jboss.jca.core.spi.security.Callback
Get the domain
getDoWorkAccepted() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getDoWorkAccepted() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
DoWork: Accepted
getDoWorkRejected() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getDoWorkRejected() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
DoWork: Rejected
getEndAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the end average time (milliseconds)
getEndCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the end count
getEndMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the end max time (milliseconds)
getEndpoint(String) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Get an endpoint representation for a resource adapter
getEndTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the end total time (milliseconds)
getEnlistmentTrace() - Method in class org.jboss.jca.core.api.management.ConnectionManager
Get the resource adapter
getEnlistmentTrace() - Method in class org.jboss.jca.core.api.management.DataSource
Get the enlistmentTrace instance.
getEnlistmentTrace() - Method in interface org.jboss.jca.core.api.management.ManagedEnlistmentTrace
Gets enlistment trace
getForgetAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the forget average time (milliseconds)
getForgetCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the forget count
getForgetMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the forget max time (milliseconds)
getForgetTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the forget total time (milliseconds)
getId() - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Get the id of the bootstrap context
getId() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Get the unique id of the work manager
getId() - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Get the identifier of the transport
getIdentifier(Transaction) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Get the identifier for the transaction
getIdleCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get idle count
getIdleTimeoutMinutes() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
getInitialSize() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
getInUseCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get in use count
getJndiMappings(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Get the JNDI mappings for a unique id
getJndiName() - Method in class org.jboss.jca.core.api.management.AdminObject
Get the jndiName.
getJndiName() - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Get the jndiName.
getJndiName() - Method in class org.jboss.jca.core.api.management.DataSource
Get the jndiName.
getJndiName() - Method in interface org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper
Get the JNDI name
getJndiName() - Method in interface org.jboss.jca.core.spi.transaction.xa.XidWrapper
Get the JNDI name
getLongRunningFree(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Get The number of free thread in long running pool from a distributed work manager
getLongRunningThreadPool() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Retrieve the executor for long running tasks
getManagedConnection() - Method in interface org.jboss.jca.core.api.connectionmanager.listener.ConnectionListener
Retrieve the managed connection for this listener.
getManagedConnectionFactory() - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Get the managed connection factory instance.
getManagedConnectionFactory() - Method in class org.jboss.jca.core.api.management.ManagedConnectionFactory
Get the managed connection factory instance.
getMaxCreationTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max creation time (milliseconds)
getMaxGetTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max get time (milliseconds)
getMaxPoolTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max pool time (milliseconds)
getMaxSize() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
getMaxUsageTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max usage time (milliseconds)
getMaxUsedCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max used count
getMaxWaitCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max wait count
getMaxWaitTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get max wait time (milliseconds)
getMessageListeners(String) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Get a list of message listeners supported for a resource adapter
getMinSize() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
getName() - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Get the name of the bootstrap context
getName() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Gets pool name.
getName() - Method in class org.jboss.jca.core.api.management.ConfigProperty
Get the name
getName() - Method in class org.jboss.jca.core.api.workmanager.DistributableContext
getName() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Get the name of the work manager
getNames() - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Get the statistics names
getNotificationListeners() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Get the notification listeners attached
getNumberOfConnections() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Get the number of connections currently in use - if debug is enabled
getNumberOfFreeThreads() - Method in interface org.jboss.jca.core.api.workmanager.StatisticsExecutor
get the calculated number of free threads
getPolicy() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Get the policy
getPool() - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Get the pool instance.
getPool() - Method in class org.jboss.jca.core.api.management.DataSource
Get the pool instance.
getPoolConfiguration() - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Get the pool configuration instance.
getPoolConfiguration() - Method in class org.jboss.jca.core.api.management.DataSource
Get the pool configuration instance.
getPoolsWithDisabledValidationLogging() - Static method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
getPrepareAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the prepare average time (milliseconds)
getPrepareCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the prepare count
getPrepareMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the prepare max time (milliseconds)
getPrepareTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the prepare total time (milliseconds)
getProductName() - Method in interface org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper
Get product name
getProductVersion() - Method in interface org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper
Get product version
getRecoverAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the recover average time (milliseconds)
getRecoverCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the recover count
getRecoverMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the recover max time (milliseconds)
getRecoverTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the recover total time (milliseconds)
getRecoveryRegistry() - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Get the recovery registry
getRequiredConfigProperties() - Method in interface org.jboss.jca.core.spi.rar.Activation
Get the required config-property set with names
getResource() - Method in interface org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper
Get the XAResource that is being wrapped
getResourceAdapter() - Method in class org.jboss.jca.core.api.management.Connector
Get the resource adapter
getResourceAdapter() - Method in class org.jboss.jca.core.api.management.ResourceAdapter
Get the resource adapter instance.
getResourceAdapter(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Get the metadata for a resource adapter
getResourceAdapter(String) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Get the resource adapter instance based on the unique id
getResourceAdapters() - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Get the resource adapters unique ids registered
getResourceAdapters() - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Get the resource adapters unique ids registered
getResourceAdapters(Class<?>) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Get the resource adapters unique ids registered which has the specified message listener type
getRoles() - Method in interface org.jboss.jca.core.spi.security.SecurityContext
Get the associated role names
getRollbackAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the rollback average time (milliseconds)
getRollbackCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the rollback count
getRollbackMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the rollback max time (milliseconds)
getRollbackTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the rollback total time (milliseconds)
getRoot(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Get the root for a resource adapter deployment
getScheduleWorkAccepted() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getScheduleWorkAccepted() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
ScheduleWork: Accepted
getScheduleWorkRejected() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getScheduleWorkRejected() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
ScheduleWork: Rejected
getSecurityContext() - Method in interface org.jboss.jca.core.spi.security.SecurityIntegration
Get the security context
getSecurityIntegration() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Get the security integration module
getSelector() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Get the selector
getShortRunningFree(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Get The number of free thread in short running pool from a distributed work manager
getShortRunningThreadPool() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Retrieve the executor for short running tasks
getStartAverageTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the start average time (milliseconds)
getStartCount() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the start count
getStartMaxTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the start max time (milliseconds)
getStartTotalTime() - Method in interface org.jboss.jca.core.spi.transaction.XAResourceStatistics
Get the start total time (milliseconds)
getStartWorkAccepted() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getStartWorkAccepted() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
StartWork: Accepted
getStartWorkRejected() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getStartWorkRejected() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
StartWork: Rejected
getStatistics() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Get the statistics
getStatistics() - Method in class org.jboss.jca.core.api.management.AdminObject
Get the statistics
getStatistics() - Method in class org.jboss.jca.core.api.management.DataSource
Get the statistics instance.
getStatistics() - Method in class org.jboss.jca.core.api.management.ManagedConnectionFactory
Get the statistics
getStatistics() - Method in class org.jboss.jca.core.api.management.ResourceAdapter
Get the statistics
getStatistics() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Get the statistics
getStatistics() - Method in interface org.jboss.jca.core.spi.statistics.Statistics
Get the statistics plugin
getStatusAsString(int) - Static method in class org.jboss.jca.core.spi.transaction.TxUtils
Converts a transaction status to a text representation
getTimedOut() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get timed out
getTimeLeftBeforeTransactionTimeout(boolean) - Method in interface org.jboss.jca.core.spi.transaction.TransactionTimeoutConfiguration
Get the time left before transaction timeout.
getTotalBlockingTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the total time spent waiting on connections (milliseconds)
getTotalCreationTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the total time spent creating connections (milliseconds)
getTotalGetTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the total time spent obtaining connections (milliseconds)
getTotalPoolTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the total time for connections in the pool (milliseconds)
getTotalUsageTime() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get the total time spent using connections (milliseconds)
getTransactionManager() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Gets transaction manager.
getTransactionManager() - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Get the transaction manager
getTransactionSynchronizationRegistry() - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Get the transaction synchronization registry
getTransactionTimeout() - Method in interface org.jboss.jca.core.spi.transaction.TransactionTimeoutConfiguration
Get the transaction timeout.
getTransport() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Get the transport
getTransportId() - Method in class org.jboss.jca.core.spi.workmanager.Address
Get the Transport id
getType() - Method in interface org.jboss.jca.core.spi.rar.MessageListener
Get the message listener type
getType(String) - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Get the type
getUniqueId() - Method in class org.jboss.jca.core.api.management.ConnectionManager
Get the unique id
getUniqueId() - Method in class org.jboss.jca.core.api.management.Connector
Get the unique id
getUserTransactionRegistry() - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Get the user transaction registry
getValue(String) - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Get the value of the statistics
getWaitCount() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
Get wait count
getWorkActive() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
Work: Active
getWorkFailed() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getWorkFailed() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
Work: Failed
getWorkManager() - Method in class org.jboss.jca.core.api.workmanager.DistributableContext
Get the work manager value
getWorkManagerId() - Method in class org.jboss.jca.core.spi.workmanager.Address
Get the WorkManager id
getWorkManagerName() - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Get the name of the work manager
getWorkManagerName() - Method in class org.jboss.jca.core.spi.workmanager.Address
Get the WorkManager name
getWorkSuccessful() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
getWorkSuccessful() - Method in interface org.jboss.jca.core.api.workmanager.WorkManagerStatistics
Work: Successful
getXAResources() - Method in interface org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery
Provides XAResource(s) to the transaction system for recovery purposes.
getXATerminator() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Get the XATerminator
getXATerminator() - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Get the XATerminator
GracefulCallback - Interface in org.jboss.jca.core.spi.graceful
The graceful callback
GracefulShutdown - Interface in org.jboss.jca.core.spi.graceful
The SPI for graceful shutdown

H

handleClosed(Object) - Method in interface org.jboss.jca.core.spi.transaction.ConnectableResourceListener
Handle closed
handleCreated(Object) - Method in interface org.jboss.jca.core.spi.transaction.ConnectableResourceListener
Handle created
hashCode() - Method in class org.jboss.jca.core.spi.workmanager.Address
hasJndiMappings(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Check if there exists JNDI mappings for a unique id
hasResourceAdapter(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Check if there exists a resource adapter for a unique id

I

initialize() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Initialize
initialize(DistributedWorkManagerStatisticsValues) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatistics
Initialize the statistics
initialize() - Method in interface org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery
Initialize the recovery plugin
initialize() - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Initialize the transport
isActive(Transaction) - Static method in class org.jboss.jca.core.spi.transaction.TxUtils
Is the transaction active
isBackgroundValidation() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
isCompleted(Transaction) - Static method in class org.jboss.jca.core.spi.transaction.TxUtils
Is the transaction completed
isConfidential() - Method in class org.jboss.jca.core.api.management.ConfigProperty
Get the confidential flag
isConnectableResource(ManagedConnection) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Is a connectable resource
isDebug() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Is debug enabled
isDistributedStatisticsEnabled() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Is distributed statistics enabled
isDoWorkDistributionEnabled() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Is distribution of Work instances for doWork enabled
isDynamic() - Method in class org.jboss.jca.core.api.management.ConfigProperty
Get the dynamic flag
isEnabled() - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Is the statistics module enabled
isError() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Is error enabled
isFair() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
isFirstResource(ManagedConnection) - Method in interface org.jboss.jca.core.spi.transaction.TransactionIntegration
Is a first resource
isIgnoreUnknownConnections() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Is ignore unknown connections on close enabled
isInitialized() - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Is the transport initialized
isMappingRequired() - Method in interface org.jboss.jca.core.spi.security.Callback
Is an user mapping required
isPrefill() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
isScheduleWorkDistributionEnabled() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Is distribution of Work instances for scheduleWork enabled
isShutdown() - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Is the component shutdown
isSpecCompliant() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Is spec compliant
isStartWorkDistributionEnabled() - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Is distribution of Work instances for startWork enabled
isStatisticsEnabled() - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Is statistics enabled
isStrictMin() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
isUncommitted(Transaction) - Static method in class org.jboss.jca.core.spi.transaction.TxUtils
Is the transaction uncommitted
isUseFastFail() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
isValid(Object) - Method in interface org.jboss.jca.core.spi.recovery.RecoveryPlugin
Check if the passed connection object instance is still valid, and hence the underlying physical connection
isValidateOnMatch() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
isXA() - Method in class org.jboss.jca.core.api.management.DataSource
xa datasource

J

JndiStrategy - Interface in org.jboss.jca.core.spi.naming
The SPI for a JNDI strategy
join(Address) - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
A distributed work manager joined

L

LastResource - Interface in org.jboss.jca.core.spi.transaction
A tagging interface to identify an XAResource that does not support prepare and should be used in the last resource gambit.
leave(Address) - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
A distributed work manager left
listConnections() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
List the connections in use - if debug is enabled The return value is the connection key, and its allocation stack trace
localDoWork(Work) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
doWork locally
LocalResourceException - Exception in org.jboss.jca.core.spi.transaction.local
LocalResourceException.
LocalResourceException(String) - Constructor for exception org.jboss.jca.core.spi.transaction.local.LocalResourceException
Creates a new instance.
LocalResourceException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.transaction.local.LocalResourceException
Creates a new instance.
localScheduleWork(Work) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
scheduleWork locally
localStartWork(Work) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
startWork locally
LocalXAException - Exception in org.jboss.jca.core.spi.transaction.local
LocalXAException
LocalXAException(String, int) - Constructor for exception org.jboss.jca.core.spi.transaction.local.LocalXAException
Creates a new instance.
LocalXAException(String, int, Throwable) - Constructor for exception org.jboss.jca.core.spi.transaction.local.LocalXAException
Creates a new instance.
LocalXAResource - Interface in org.jboss.jca.core.spi.transaction.local
Local XA resource.

M

ManagedConnectionFactory - Class in org.jboss.jca.core.api.management
Represents a managed connection factory instance
ManagedConnectionFactory(ManagedConnectionFactory) - Constructor for class org.jboss.jca.core.api.management.ManagedConnectionFactory
Constructor
ManagedEnlistmentTrace - Interface in org.jboss.jca.core.api.management
Created by maeste on 11/10/16.
ManagementRepository - Class in org.jboss.jca.core.api.management
The management repository
ManagementRepository() - Constructor for class org.jboss.jca.core.api.management.ManagementRepository
Constructor
mapCallbacks(Callback[]) - Method in interface org.jboss.jca.core.spi.security.Callback
Applies all mappings in the array of Callback objects.
mapGroup(String) - Method in interface org.jboss.jca.core.spi.security.Callback
Map a group
mapPrincipal(String) - Method in interface org.jboss.jca.core.spi.security.Callback
Map a principal
MessageListener - Interface in org.jboss.jca.core.spi.rar
A message listener representation
MetadataRepository - Interface in org.jboss.jca.core.spi.mdr
The SPI for the metadata repository
MetadataRepositoryException - Exception in org.jboss.jca.core.spi.mdr
Top level exception for the metadata repository
MetadataRepositoryException() - Constructor for exception org.jboss.jca.core.spi.mdr.MetadataRepositoryException
Constructor
MetadataRepositoryException(String) - Constructor for exception org.jboss.jca.core.spi.mdr.MetadataRepositoryException
Constructor
MetadataRepositoryException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.mdr.MetadataRepositoryException
Constructor
MetadataRepositoryException(Throwable) - Constructor for exception org.jboss.jca.core.spi.mdr.MetadataRepositoryException
Constructor

N

NotFoundException - Exception in org.jboss.jca.core.spi.mdr
NotFoundExcepion is thrown in case a metadata entry isn't found in the repository
NotFoundException() - Constructor for exception org.jboss.jca.core.spi.mdr.NotFoundException
Constructor
NotFoundException(String) - Constructor for exception org.jboss.jca.core.spi.mdr.NotFoundException
Constructor
NotFoundException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.mdr.NotFoundException
Constructor
NotFoundException(Throwable) - Constructor for exception org.jboss.jca.core.spi.mdr.NotFoundException
Constructor
NotFoundException - Exception in org.jboss.jca.core.spi.rar
NotFoundExcepion is thrown in case a resource adapter isn't found in the repository
NotFoundException() - Constructor for exception org.jboss.jca.core.spi.rar.NotFoundException
Constructor
NotFoundException(String) - Constructor for exception org.jboss.jca.core.spi.rar.NotFoundException
Constructor
NotFoundException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.rar.NotFoundException
Constructor
NotFoundException(Throwable) - Constructor for exception org.jboss.jca.core.spi.rar.NotFoundException
Constructor
NotificationListener - Interface in org.jboss.jca.core.spi.workmanager.notification
The notification listener gets notified about changes

O

org.jboss.jca.core.api.bootstrap - package org.jboss.jca.core.api.bootstrap
The API for the IronJacamar Core/Bootstrap module.
org.jboss.jca.core.api.connectionmanager - package org.jboss.jca.core.api.connectionmanager
The API for the IronJacamar Core/ConnectionManager module.
org.jboss.jca.core.api.connectionmanager.ccm - package org.jboss.jca.core.api.connectionmanager.ccm
This package contains the API for the cached connection manager.
org.jboss.jca.core.api.connectionmanager.listener - package org.jboss.jca.core.api.connectionmanager.listener
This package contains the connection listener API.
org.jboss.jca.core.api.connectionmanager.pool - package org.jboss.jca.core.api.connectionmanager.pool
This package contains the pool API for the connection manager.
org.jboss.jca.core.api.management - package org.jboss.jca.core.api.management
This package contains management view of the container in a non-technology specific way.
org.jboss.jca.core.api.workmanager - package org.jboss.jca.core.api.workmanager
The API for the IronJacamar Core/WorkManager module.
org.jboss.jca.core.spi.connectionmanager - package org.jboss.jca.core.spi.connectionmanager
The package contains SPI classes for the ConnectionManager implementations.
org.jboss.jca.core.spi.graceful - package org.jboss.jca.core.spi.graceful
This package contains the SPI for components that support a graceful shutdown mechanism.
org.jboss.jca.core.spi.mdr - package org.jboss.jca.core.spi.mdr
This package contains the metadata repository SPI.
org.jboss.jca.core.spi.naming - package org.jboss.jca.core.spi.naming
This package contains the SPI for the JNDI strategy for connection factory binding.
org.jboss.jca.core.spi.rar - package org.jboss.jca.core.spi.rar
This package contains the SPI for the resource adapter service registry.
org.jboss.jca.core.spi.recovery - package org.jboss.jca.core.spi.recovery
This package contains the XA recovery extension.
org.jboss.jca.core.spi.security - package org.jboss.jca.core.spi.security
This package contains the security SPI for the IronJacamar container.
org.jboss.jca.core.spi.statistics - package org.jboss.jca.core.spi.statistics
This package contains the SPI for exposing statistics information from the resource adapter.
org.jboss.jca.core.spi.transaction - package org.jboss.jca.core.spi.transaction
This package contains the transaction SPI that defines extensions to JTA 1.1
org.jboss.jca.core.spi.transaction.local - package org.jboss.jca.core.spi.transaction.local
This package contains extensions towards LocalTransaction.
org.jboss.jca.core.spi.transaction.recovery - package org.jboss.jca.core.spi.transaction.recovery
This package defines a recovery extension.
org.jboss.jca.core.spi.transaction.usertx - package org.jboss.jca.core.spi.transaction.usertx
This package contains interfaces and classes for integration with UserTransactions.
org.jboss.jca.core.spi.transaction.xa - package org.jboss.jca.core.spi.transaction.xa
This package contains extensions for XA functionality.
org.jboss.jca.core.spi.workmanager - package org.jboss.jca.core.spi.workmanager
This package contains the SPI for the IronJacamar WorkManager
org.jboss.jca.core.spi.workmanager.notification - package org.jboss.jca.core.spi.workmanager.notification
This package contains interfaces around notifications
org.jboss.jca.core.spi.workmanager.policy - package org.jboss.jca.core.spi.workmanager.policy
This package contains the SPI for the policy for the distributed work manager.
org.jboss.jca.core.spi.workmanager.selector - package org.jboss.jca.core.spi.workmanager.selector
This package contains the SPI for the selector for the distributed work manager.
org.jboss.jca.core.spi.workmanager.transport - package org.jboss.jca.core.spi.workmanager.transport
This package contains the SPI for the transport for the distributed work manager.

P

ping(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Ping time to a distributed work manager
Policy - Interface in org.jboss.jca.core.spi.workmanager.policy
The policy interface defines how the distributed work manager to decide to distribute the work instance to another node.
Pool - Interface in org.jboss.jca.core.api.connectionmanager.pool
A pool.
PoolConfiguration - Class in org.jboss.jca.core.api.connectionmanager.pool
The pool configuration.
PoolConfiguration() - Constructor for class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
Constructor
PoolStatistics - Interface in org.jboss.jca.core.api.connectionmanager.pool
The pool statistics
popMetaAwareObject(Set) - Method in interface org.jboss.jca.core.spi.connectionmanager.ComponentStack
Pop a component context
prepareShutdown() - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Signal the component to prepare for shutdown
prepareShutdown(GracefulCallback) - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Signal the component to prepare for shutdown
prepareShutdown(int) - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Signal the component to prepare for shutdown
prepareShutdown(int, GracefulCallback) - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Signal the component to prepare for shutdown
pushMetaAwareObject(Object, Set) - Method in interface org.jboss.jca.core.spi.connectionmanager.ComponentStack
Push a component context

R

RecoveryPlugin - Interface in org.jboss.jca.core.spi.recovery
Defines the contract for an XA recovery plugin.
register(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Register
registerConnection(ConnectionCacheListener, ConnectionListener, Object) - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Register connection.
registerJndiMapping(String, String, String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Register a JNDI mapping for a unique id
registerResourceAdapter(String, File, Connector, Activation) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Register a resource adapter template
registerResourceAdapter(ResourceAdapter) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Register a resource adapter
registerWork(Work, Xid, long) - Method in interface org.jboss.jca.core.spi.transaction.xa.XATerminator
Invoked for transaction inflow of work
removeListener(UserTransactionListener) - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Remove a listener
removeProvider(UserTransactionProvider) - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Remove a provider
removeXAResourceRecovery(XAResourceRecovery) - Method in interface org.jboss.jca.core.spi.transaction.recovery.XAResourceRecoveryRegistry
Unregister an XAResourceRecovery instance from the transaction recovery system.
ResourceAdapter - Class in org.jboss.jca.core.api.management
Represents a resource adapter instance
ResourceAdapter(ResourceAdapter) - Constructor for class org.jboss.jca.core.api.management.ResourceAdapter
Constructor
ResourceAdapterRepository - Interface in org.jboss.jca.core.spi.rar
The SPI for the resource adapter repository
ResourceAdapterRepositoryException - Exception in org.jboss.jca.core.spi.rar
Top level exception for the resource adapter repository
ResourceAdapterRepositoryException() - Constructor for exception org.jboss.jca.core.spi.rar.ResourceAdapterRepositoryException
Constructor
ResourceAdapterRepositoryException(String) - Constructor for exception org.jboss.jca.core.spi.rar.ResourceAdapterRepositoryException
Constructor
ResourceAdapterRepositoryException(String, Throwable) - Constructor for exception org.jboss.jca.core.spi.rar.ResourceAdapterRepositoryException
Constructor
ResourceAdapterRepositoryException(Throwable) - Constructor for exception org.jboss.jca.core.spi.rar.ResourceAdapterRepositoryException
Constructor
returnManagedConnection(ConnectionListener, boolean) - Method in interface org.jboss.jca.core.api.connectionmanager.ConnectionManager
Kill given connection listener wrapped connection instance.

S

scheduleWork(Address, DistributableWork) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
scheduleWork
SecurityContext - Interface in org.jboss.jca.core.spi.security
SecurityContext
SecurityIntegration - Interface in org.jboss.jca.core.spi.security
SecurityIntegration
selectDistributedWorkManager(Address, DistributableWork) - Method in interface org.jboss.jca.core.spi.workmanager.selector.Selector
Select a distributed work manager
Selector - Interface in org.jboss.jca.core.spi.workmanager.selector
The selector interface defines how a node is selected when a work instance should be distributed
setAuthenticatedSubject(Subject) - Method in interface org.jboss.jca.core.spi.security.SecurityContext
Set the authenticated subject
setBackgroundValidation(boolean) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setBackgroundValidationMillis(long) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
Set the background validation millis setting
setBlockingTimeout(long) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setCallbackSecurity(Callback) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set callback security module
setConnectableResourceListener(ConnectableResourceListener) - Method in interface org.jboss.jca.core.spi.transaction.ConnectableResource
Set connectable resource listener
setConnectionListener(ConnectionListener) - Method in interface org.jboss.jca.core.spi.transaction.local.LocalXAResource
Set the connection listener.
setConnectionManager(ConnectionManager) - Method in interface org.jboss.jca.core.spi.transaction.local.LocalXAResource
Set the connection manager.
setDebug(boolean) - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Set debug flag
setDistribute(Boolean) - Method in class org.jboss.jca.core.api.workmanager.DistributableContext
Set the distribute value
setDistributedStatisticsEnabled(boolean) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Set the distributed statistics enabled flag
setDoWorkDistributionEnabled(boolean) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Toggle distribution of Work instances for doWork
setEnabled(boolean) - Method in interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
Set the statistics module enabled
setEnlistmentTrace(Boolean) - Method in class org.jboss.jca.core.api.management.ConnectionManager
Set the enlistmentTrace
setEnlistmentTrace(Boolean) - Method in class org.jboss.jca.core.api.management.DataSource
Set the enlistmentTrace
setError(boolean) - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Set error flag
setFair(boolean) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setId(String) - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Set the id of the bootstrap context
setId(String) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the id of the work manager
setIdleTimeoutMinutes(int) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setIgnoreUnknownConnections(boolean) - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Set ignore unknown connections flag
setInitialSize(int) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setJndiName(String) - Method in class org.jboss.jca.core.api.management.AdminObject
Set the jndiName.
setJndiName(String) - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Set the jndiName.
setJndiName(String) - Method in class org.jboss.jca.core.api.management.DataSource
Set the jndiName.
setJndiName(String) - Method in interface org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery
Set the JNDI name for the resource
setLongRunningThreadPool(BlockingExecutor) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the executor for long running tasks
setMaxSize(int) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setMinSize(int) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setName(String) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the name of the work manager
setPolicy(Policy) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Set the policy
setPool(Pool) - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Set the pool
setPool(Pool) - Method in class org.jboss.jca.core.api.management.DataSource
Set the pool
setPoolConfiguration(PoolConfiguration) - Method in class org.jboss.jca.core.api.management.ConnectionFactory
Set the pool configuration
setPoolConfiguration(PoolConfiguration) - Method in class org.jboss.jca.core.api.management.DataSource
Set the pool configuration
setPrefill(boolean) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setRecoveryForResourceAdapter(String, boolean) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Set the recovery mode for a resource adapter
setResourceAdapter(ResourceAdapter) - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Set the resource adapter
setResourceAdapter(ResourceAdapter) - Method in class org.jboss.jca.core.api.management.Connector
Set the resource adapter
setResourceAdapter(ResourceAdapter) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the resource adapter
setScheduleWorkDistributionEnabled(boolean) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Toggle distribution of Work instances for scheduleWork
setSecurityContext(SecurityContext) - Method in interface org.jboss.jca.core.spi.security.SecurityIntegration
Set the security context
setSecurityIntegration(SecurityIntegration) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set security integration module
setSelector(Selector) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Set the selector
setShortRunningThreadPool(BlockingExecutor) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the executor for short running tasks
setSpecCompliant(boolean) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set spec compliant flag
setStartWorkDistributionEnabled(boolean) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Toggle distribution of Work instances for startWork
setStatistics(StatisticsPlugin) - Method in class org.jboss.jca.core.api.management.DataSource
Set the statistics
setStatisticsEnabled(boolean) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the statistics enabled flag
setStrictMin(boolean) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Set the transaction synchronization registry
setTransport(Transport) - Method in interface org.jboss.jca.core.api.workmanager.DistributedWorkManager
Set the transport
setUseFastFail(boolean) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setUserTransactionRegistry(UserTransactionRegistry) - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionProvider
Set the user transaction registry
setValidateOnMatch(boolean) - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
 
setWorkManager(WorkManager) - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Set the work manager - internal use only
setWorkManager(String) - Method in class org.jboss.jca.core.api.workmanager.DistributableContext
Set the work manager value
setWorkManagerName(String) - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
/** Set the name of the work manager
setXATerminator(XATerminator) - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Set the XA terminator
setXATerminator(XATerminator) - Method in interface org.jboss.jca.core.api.workmanager.WorkManager
Set the XATerminator
shouldDistribute(DistributedWorkManager, DistributableWork) - Method in interface org.jboss.jca.core.spi.workmanager.policy.Policy
Should a distribution of the work happen
shutdown() - Method in interface org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext
Shutdown
shutdown() - Method in interface org.jboss.jca.core.spi.graceful.GracefulShutdown
Shutdown the component
shutdown() - Method in interface org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery
Shutdown the recovery plugin
shutdown() - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Shutdown the transport
start() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Start
start() - Method in interface org.jboss.jca.core.spi.security.Callback
Start
startup() - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Startup the transport
startWork(Work, Xid) - Method in interface org.jboss.jca.core.spi.transaction.xa.XATerminator
Invoked for transaction inflow of work
startWork(Address, DistributableWork) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
startWork
Statistics - Interface in org.jboss.jca.core.spi.statistics
Defines the contract for a statistics enabled resource adapter.
StatisticsExecutor - Interface in org.jboss.jca.core.api.workmanager
A BlockingExecutor delegator to keep track of numberOfFreeThreads
StatisticsPlugin - Interface in org.jboss.jca.core.spi.statistics
Defines the contract for a statistics plugin.
stop() - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Stop
stop() - Method in interface org.jboss.jca.core.spi.security.Callback
Stop
SubjectFactory - Interface in org.jboss.jca.core.spi.security
Subject factory

T

testConnection() - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Test if a connection can be obtained
testConnection(ConnectionRequestInfo, Subject) - Method in interface org.jboss.jca.core.api.connectionmanager.pool.Pool
Test if a connection can be obtained
toMap() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
return a map representing the instance
toMap() - Method in class org.jboss.jca.core.spi.workmanager.Address
return a map representing the instance
toString() - Method in class org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration
String representation
toString() - Method in class org.jboss.jca.core.api.management.AdminObject
String representation
toString() - Method in class org.jboss.jca.core.api.management.ConfigProperty
String representation
toString() - Method in class org.jboss.jca.core.api.management.ConnectionFactory
String representation
toString() - Method in class org.jboss.jca.core.api.management.ConnectionManager
String representation
toString() - Method in class org.jboss.jca.core.api.management.Connector
String representation
toString() - Method in class org.jboss.jca.core.api.management.DataSource
String representation
toString() - Method in class org.jboss.jca.core.api.management.ManagedConnectionFactory
String representation
toString() - Method in class org.jboss.jca.core.api.management.ManagementRepository
String representation
toString() - Method in class org.jboss.jca.core.api.management.ResourceAdapter
String representation
toString() - Method in class org.jboss.jca.core.api.workmanager.DistributedWorkManagerStatisticsValues
String representation
toString() - Method in class org.jboss.jca.core.spi.workmanager.Address
TransactionIntegration - Interface in org.jboss.jca.core.spi.transaction
This interface defines the contract for a transaction manager integration with the IronJacamar container.
TransactionTimeoutConfiguration - Interface in org.jboss.jca.core.spi.transaction
The interface to implementated by a transaction manager that supports retrieving the current threads transaction timeout
Transport - Interface in org.jboss.jca.core.spi.workmanager.transport
The transport interface defines the methods for the physical transport of the work instances for a distributed work manager
TxUtils - Class in org.jboss.jca.core.spi.transaction
Helper methods for transaction status and textual representation

U

unbindAdminObjects(String, Object[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Unbind admin objects for a deployment
unbindAdminObjects(String, Object[], String[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Unbind admin objects for a deployment
unbindConnectionFactories(String, Object[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Unbind connection factories for a deployment
unbindConnectionFactories(String, Object[], String[]) - Method in interface org.jboss.jca.core.spi.naming.JndiStrategy
Unbind connection factories for a deployment
unregister(Address) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Unregister
unregisterConnection(ConnectionCacheListener, ConnectionListener, Object) - Method in interface org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager
Unregister connection.
unregisterJndiMapping(String, String, String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Unregister a JNDI mapping for a unique id
unregisterResourceAdapter(String) - Method in interface org.jboss.jca.core.spi.mdr.MetadataRepository
Unregister a resource adapter template
unregisterResourceAdapter(String) - Method in interface org.jboss.jca.core.spi.rar.ResourceAdapterRepository
Unregister a resource adapter
updateLongRunningFree(Address, long) - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Update the long thread pool information for a distributed work manager
updateLongRunningFree(Address, long) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Update The number of free thread in long running pool from a distributed work manager
updateShortRunningFree(Address, long) - Method in interface org.jboss.jca.core.spi.workmanager.notification.NotificationListener
Update the short thread pool information for a distributed work manager
updateShortRunningFree(Address, long) - Method in interface org.jboss.jca.core.spi.workmanager.transport.Transport
Update The number of free thread in short running pool from a distributed work manager
UserTransactionListener - Interface in org.jboss.jca.core.spi.transaction.usertx
UserTransactionListener.
UserTransactionProvider - Interface in org.jboss.jca.core.spi.transaction.usertx
UserTransactionProvider.
UserTransactionRegistry - Interface in org.jboss.jca.core.spi.transaction.usertx
UserTransactionRegistry.
userTransactionStarted() - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener
An user transaction has started
userTransactionStarted() - Method in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Fire a user transaction started event

V

valueOf(String) - Static method in enum org.jboss.jca.core.api.connectionmanager.pool.FlushMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.jca.core.api.connectionmanager.pool.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKMANAGER - Static variable in class org.jboss.jca.core.api.workmanager.DistributableContext
The workmanager key
WorkManager - Interface in org.jboss.jca.core.api.workmanager
The JBoss specific work manager interface
WorkManagerStatistics - Interface in org.jboss.jca.core.api.workmanager
The JBoss work manager statistics

X

XAResourceRecovery - Interface in org.jboss.jca.core.spi.transaction.recovery
During recovery of crashed XA transactions, the transaction system may use instances of this interface to obtain XAResources on which to perform recovery calls.
XAResourceRecoveryRegistry - Interface in org.jboss.jca.core.spi.transaction.recovery
The transaction management system may require assistance from resource managers in order to recover crashed XA transactions.
XAResourceStatistics - Interface in org.jboss.jca.core.spi.transaction
XAResource statistics
XAResourceWrapper - Interface in org.jboss.jca.core.spi.transaction.xa
An XAResource wrapper.
XATerminator - Interface in org.jboss.jca.core.spi.transaction.xa
Extends XATerminator to include registration calls
XidWrapper - Interface in org.jboss.jca.core.spi.transaction.xa
A XidWrapper.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
IronJacamar: Core API 1.5.2.Final-redhat-00001

Copyright © 2021 JBoss by Red Hat. All rights reserved.