Uses of Class
jakarta.resource.spi.UnavailableException
-
Packages that use UnavailableException Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.jakarta.resource.spi.endpoint This package contains system contracts for service endpoint interactions. -
-
Uses of UnavailableException in jakarta.resource.spi
Subclasses of UnavailableException in jakarta.resource.spi Modifier and Type Class Description class
RetryableUnavailableException
A subclass of theUnavailableException
that indicates that the rejection of the work submission is transient.Methods in jakarta.resource.spi that throw UnavailableException Modifier and Type Method Description Timer
BootstrapContext. createTimer()
Creates a newjava.util.Timer
instance. -
Uses of UnavailableException in jakarta.resource.spi.endpoint
Methods in jakarta.resource.spi.endpoint that throw UnavailableException Modifier and Type Method Description 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.
-