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

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


Uses of Class
javax.resource.ResourceException

Packages that use ResourceException
javax.resource   
javax.resource.cci   
javax.resource.spi   
 

Uses of ResourceException in javax.resource
 

Subclasses of ResourceException in javax.resource
 class NotSupportedException
          A NotSupportedException is thrown to indicate that the callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
 

Uses of ResourceException in javax.resource.cci
 

Subclasses of ResourceException in javax.resource.cci
 class ResourceWarning
          ResourceWarning provides information on warnings generated by the underlying resource.
 

Methods in javax.resource.cci that throw ResourceException
 boolean ResultSetInfo.deletesAreDetected(int type)
          Indicates whether or not a visible row delete can be detected.
 boolean ResultSetInfo.insertsAreDetected(int type)
          Indicates whether or not a visible row insert can be detected.
 boolean ResultSetInfo.othersDeletesAreVisible(int type)
          Indicates whether deletes made by others are visible.
 boolean ResultSetInfo.othersInsertsAreVisible(int type)
          Indicates whether inserts made by others are visible.
 boolean ResultSetInfo.othersUpdatesAreVisible(int type)
          Indicates whether updates made by others are visible.
 boolean ResultSetInfo.ownDeletesAreVisible(int type)
          Indicates whether deletes made by self are visible.
 boolean ResultSetInfo.ownInsertsAreVisible(int type)
          Indicates whether inserts made by self are visible.
 boolean ResultSetInfo.ownUpdatesAreVisible(int type)
          Indicates whether updates made by self are visible.
 boolean ResultSetInfo.supportsResultSetType(int type)
          Indicates whether or not an resource adapter supports the specified type of ResultSet.
 boolean ResultSetInfo.supportsResultTypeConcurrency(int type, int concurrency)
          Indicates whether or not a resource adapter supports the concurrency type in combination with the given ResultSet type.
 boolean ResultSetInfo.updatesAreDetected(int type)
          Indicates whether or not a visible row update can be detected.
 String ResourceAdapterMetaData.getAdapterName()
          Gets the resource adapter's name.
 String ResourceAdapterMetaData.getAdapterShortDescription()
          Gets the resource adapter's short description.
 String ResourceAdapterMetaData.getAdapterVendorName()
          Gets the resource adapter vendor's name.
 String ResourceAdapterMetaData.getAdapterVersion()
          Gets the resource adapter version.
 String[] ResourceAdapterMetaData.getInteractionSpecsSupported()
          Gets information on the InteractionSpec types supported by this resource adapter.
 String ResourceAdapterMetaData.getSpecVersion()
          Gets the Connector specification version supported by this adapter.
 boolean ResourceAdapterMetaData.supportsExecuteWithInputAndOutputRecord()
          Returns true if the resource adapter Interaction implementation supports the method boolean execute( InteractionSpec spec, Record input, Record output ), otherwise returns false
 boolean ResourceAdapterMetaData.supportsExecuteWithInputRecordOnly()
          Returns true if the resource adapter Interaction implementation supports the method boolean execute( InteractionSpec spec, Record input ), otherwise returns false
 boolean ResourceAdapterMetaData.supportsLocalTransactionDemarcation()
          Returns true if the resource adapter implementation implements the LocalTransaction interface and supports local transaction demarcation.
 MappedRecord RecordFactory.createMappedRecord(String recordName)
          Creates a MappedRecord with the specified name.
 IndexedRecord RecordFactory.createIndexedRecord(String recordName)
          Creates a IndexedRecord with the specified name.
 void LocalTransaction.begin()
          Begins a local transaction on the userlying resource.
 void LocalTransaction.commit()
          Commits a local transaction on the userlying resource.
 void LocalTransaction.rollback()
          Rolls back a local transaction on the userlying resource.
 void Interaction.clearWarnings()
          Clears all warnings reported by this Interaction.
 void Interaction.close()
          Closes an interaction
 Record Interaction.execute(InteractionSpec spec, Record input)
          Executes the interaction specified by the InteractionSpec with the specified input.
 boolean Interaction.execute(InteractionSpec spec, Record input, Record output)
          Executes the interaction specified by the InteractionSpec with the specified input.
 Connection Interaction.getConnection()
          Gets the connection associated with this interaction.
 ResourceWarning Interaction.getWarnings()
          Gets the first warning for this interaction.
 String ConnectionMetaData.getEISProductName()
          Gets the product name of the underlying resource for the connection.
 String ConnectionMetaData.getEISProductVersion()
          Gets the product version of the underlying resource for the connection.
 String ConnectionMetaData.getUserName()
          Gets the user name for the connection to the underlying resource as known to the underlying resource.
 Connection ConnectionFactory.getConnection()
          Gets a connection from the resource adapter.
 Connection ConnectionFactory.getConnection(ConnectionSpec properties)
          Gets a connection from the resource adapter.
 RecordFactory ConnectionFactory.getRecordFactory()
          Gets a RecordFactory instance for use in creating Record objects.
 ResourceAdapterMetaData ConnectionFactory.getMetaData()
          Gets metadata for the resource adapter.
 void Connection.close()
          Closes a connection
 Interaction Connection.createInteraction()
          Creates a new interaction associated with this connection.
 LocalTransaction Connection.getLocalTransaction()
          Gets a LocalTransaction object which allows the client to manage local transactions for the connection.
 ConnectionMetaData Connection.getMetaData()
          Gets meta data for the underlying resource represented by this connection.
 ResultSetInfo Connection.getResultSetInfo()
          Gets information on ResultSet functionality supported by the underlying resource for the connection.
 

Uses of ResourceException in javax.resource.spi
 

Subclasses of ResourceException in javax.resource.spi
 class ApplicationServerInternalException
          A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server.
 class CommException
          A CommException indicates error conditions related to failed or interrupted communication with an underlying resource.
 class EISSystemException
          A EISSystemException is used to indicate EIS specific error conditios.
 class IllegalStateException
          A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
 class LocalTransactionException
          A LocalTransactionException represents various error conditions related to local transaction management.
 class ResourceAdapterInternalException
          A ResourceAdapterInternalException indicates any system level error conditions related to a resource adapter.
 class ResourceAllocationException
          A ResourceAllocationException can be thrown to indicate a failure to allocate system resources such as threads or physical connections.
 class SecurityException
          A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
 

Methods in javax.resource.spi that throw ResourceException
 String ManagedConnectionMetaData.getEISProductName()
          Returns product name of the underlying resource.
 String ManagedConnectionMetaData.getEISProductVersion()
          Returns product version of the underlying resource.
 int ManagedConnectionMetaData.getMaxConnections()
          Returns the maximum supported number of connections allowed to the underlying resource.
 String ManagedConnectionMetaData.getUserName()
          Returns user name associated with the underlying connection.
 Object ManagedConnectionFactory.createConnectionFactory()
          Creates a connection factory instance.
 Object ManagedConnectionFactory.createConnectionFactory(ConnectionManager cxManager)
          Creates a connection factory instance.
 ManagedConnection ManagedConnectionFactory.createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
          Creates a new ManagedConnection
 PrintWriter ManagedConnectionFactory.getLogWriter()
          Gets the logwriter for this instance.
 ManagedConnection ManagedConnectionFactory.matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo)
          Returns a matching connection from the set.
 void ManagedConnectionFactory.setLogWriter(PrintWriter out)
          Sets the logwriter for this instance.
 void ManagedConnection.associateConnection(Object connection)
          Associates a new application level connection handle with the connection.
 void ManagedConnection.cleanup()
          Application server calls this to force cleanup of connection.
 void ManagedConnection.destroy()
          Destroys the connection to the underlying resource.
 Object ManagedConnection.getConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
          Creates a new connection handle for the underlying connection.
 LocalTransaction ManagedConnection.getLocalTransaction()
          Returns a LocalTransaction instance.
 PrintWriter ManagedConnection.getLogWriter()
          Gets the logwriter for this instance.
 ManagedConnectionMetaData ManagedConnection.getMetaData()
          Gets metadata inormation for this instances underlying resource manager instance.
 XAResource ManagedConnection.getXAResource()
          Returns an XAResource instance.
 void ManagedConnection.setLogWriter(PrintWriter out)
          Sets the logwriter for this instance.
 void LocalTransaction.begin()
          Begins a local transaction on the userlying resource.
 void LocalTransaction.commit()
          Commits a local transaction on the userlying resource.
 void LocalTransaction.rollback()
          Rolls back a local transaction on the userlying resource.
 Object ConnectionManager.allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
          Gets called by the resource adapter's connection factory
 



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