Uses of Class
javax.resource.spi.UnavailableException
-
Packages that use UnavailableException Package Description 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 Modifier and Type Class Description classRetryableUnavailableExceptionA subclass of theUnavailableExceptionthat indicates that the rejection of the work submission is transient.Methods in javax.resource.spi that throw UnavailableException Modifier and Type Method Description TimerBootstrapContext. createTimer()Creates a newjava.util.Timerinstance. -
Uses of UnavailableException in javax.resource.spi.endpoint
Methods in javax.resource.spi.endpoint that throw UnavailableException Modifier and Type Method Description MessageEndpointMessageEndpointFactory. createEndpoint(XAResource xaResource)This is used to create a message endpoint.MessageEndpointMessageEndpointFactory. createEndpoint(XAResource xaResource, long timeout)This is used to create a message endpoint.
-