Uses of Package
org.firebirdsql.jca

Packages that use org.firebirdsql.jca
org.firebirdsql.jca   
org.firebirdsql.jdbc   
org.firebirdsql.pool   
 

Classes in org.firebirdsql.jca used by org.firebirdsql.jca
FBConnectionRequestInfo
          The class FBConnectionRequestInfo holds a clumplet that is used to store and transfer connection-specific information such as user, password, and other dpb information..
FBManagedConnection
          The class FBManagedConnection implements both the ManagedConnection and XAResource interfaces.
FBManagedConnectionFactory
          FBManagedConnectionFactory implements the jca ManagedConnectionFactory interface and also many of the internal functions of ManagedConnection.
FBResourceException
          FBResourceException should be used in places where ResourceException should be thrown according to the interface specification, but we do not want to loose exception that we caught.
FBTpb
          The FBTpb class represents the Firebird Transaction Parameter Block (TPB), which contains Firebird-specific information about transaction isolation.
FirebirdLocalTransaction
          Extention of the LocalTransaction interface to tell whether the underlying managed connection is currently participating in some transaction or not and to obtain the associated Xid.
 

Classes in org.firebirdsql.jca used by org.firebirdsql.jdbc
FBManagedConnection
          The class FBManagedConnection implements both the ManagedConnection and XAResource interfaces.
FBManagedConnectionFactory
          FBManagedConnectionFactory implements the jca ManagedConnectionFactory interface and also many of the internal functions of ManagedConnection.
FBResourceException
          FBResourceException should be used in places where ResourceException should be thrown according to the interface specification, but we do not want to loose exception that we caught.
FirebirdLocalTransaction
          Extention of the LocalTransaction interface to tell whether the underlying managed connection is currently participating in some transaction or not and to obtain the associated Xid.
 

Classes in org.firebirdsql.jca used by org.firebirdsql.pool
FBManagedConnectionFactory
          FBManagedConnectionFactory implements the jca ManagedConnectionFactory interface and also many of the internal functions of ManagedConnection.
 



Copyright © 2001-2010. All Rights Reserved.