站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

Uses of Package javax.resource.spi (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


Uses of Package
javax.resource.spi

Packages that use javax.resource.spi
javax.resource.spi   
javax.resource.spi.security   
 

Classes in javax.resource.spi used by javax.resource.spi
ConnectionEvent
          The ConnectionEvent class provides information about the source of a Connection related event.
ConnectionEventListener
          The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class.
ConnectionManager
          The ConnectionManager interface provides the hook which allows a resource adapter to pass a connection to the Application Server.
ConnectionRequestInfo
          The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection.
LocalTransaction
          The LocalTransaction interface is for transactions which are managed locally to the underlying resource and don't need an external transaction manager.
ManagedConnection
          A ManagedConnection instance represents a connection to the underlying recource.
ManagedConnectionFactory
          A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects.
ManagedConnectionMetaData
          The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion.
 

Classes in javax.resource.spi used by javax.resource.spi.security
ManagedConnectionFactory
          A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects.
SecurityException
          A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.