Connector Architecture 1.6 API 1.0.0.Final

Uses of Class
javax.resource.spi.UnavailableException

Packages that use UnavailableException
javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification. 
javax.resource.spi.endpoint This package contains system contracts for service endpoint interactions. 
 

Uses of UnavailableException in javax.resource.spi
 

Subclasses of UnavailableException in javax.resource.spi
 class RetryableUnavailableException
          A subclass of the UnavailableException that indicates that the rejection of the work submission is transient.
 

Methods in javax.resource.spi that throw UnavailableException
 Timer BootstrapContext.createTimer()
          Creates a new java.util.Timer instance.
 

Uses of UnavailableException in javax.resource.spi.endpoint
 

Methods in javax.resource.spi.endpoint that throw UnavailableException
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource xaResource)
          This is used to create a message endpoint.
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource xaResource, long timeout)
          This is used to create a message endpoint.
 


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.