Uses of Class
javax.resource.spi.UnavailableException

Packages that use UnavailableException
com.caucho.ejb.message   
com.caucho.jca.ra   
com.caucho.jms.jca   
javax.resource.spi   
javax.resource.spi.endpoint   
 

Uses of UnavailableException in com.caucho.ejb.message
 

Methods in com.caucho.ejb.message that throw UnavailableException
 MessageEndpoint MessageManager.createEndpoint(XAResource xaResource)
          Creates an endpoint with the associated XA resource.
 MessageEndpoint MessageManager.createEndpoint(XAResource xaResource, long timeout)
          Creates an endpoint with the associated XA resource.
 

Uses of UnavailableException in com.caucho.jca.ra
 

Methods in com.caucho.jca.ra that throw UnavailableException
 java.util.Timer ResourceManagerImpl.createTimer()
          Creates a new Timer instance.
 

Uses of UnavailableException in com.caucho.jms.jca
 

Methods in com.caucho.jms.jca that throw UnavailableException
 MessageEndpoint ListenerEndpointFactory.createEndpoint(XAResource xaResource)
          Creates an endpoint with the associated XA resource.
 MessageEndpoint ListenerEndpointFactory.createEndpoint(XAResource xaResource, long timeout)
          Creates an endpoint with the associated XA resource.
 

Uses of UnavailableException in javax.resource.spi
 

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

Uses of UnavailableException in javax.resource.spi.endpoint
 

Methods in javax.resource.spi.endpoint that throw UnavailableException
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource xaResource)
          Creates an endpoint with the associated XA resource.
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource xaResource, long timeout)
          Creates an endpoint with the associated XA resource.