Uses of Class
javax.resource.spi.UnavailableException
Packages that use UnavailableException
Package
Description
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
This package contains system contracts for service endpoint interactions.
-
Uses of UnavailableException in javax.resource.spi
Subclasses of UnavailableException in javax.resource.spiModifier and TypeClassDescriptionclassA subclass of theUnavailableExceptionthat indicates that the rejection of the work submission is transient.Methods in javax.resource.spi that throw UnavailableExceptionModifier and TypeMethodDescriptionBootstrapContext.createTimer()Creates a newjava.util.Timerinstance. -
Uses of UnavailableException in javax.resource.spi.endpoint
Methods in javax.resource.spi.endpoint that throw UnavailableExceptionModifier and TypeMethodDescriptionMessageEndpointFactory.createEndpoint(XAResource xaResource) This is used to create a message endpoint.MessageEndpointFactory.createEndpoint(XAResource xaResource, long timeout) This is used to create a message endpoint.