Interface | Description |
---|---|
SAFConversationHandle |
SAFConversationHandle defines the API that a SAF transport returns to a
sending agent as a response to a conversation creation call.
|
SAFConversationInfo |
SAFConversationInfo defines the API that a SAF application uses to
pass the information of a conversation to a SAF agent.
|
SAFDeliveryMode |
SAFDeliveryMode class defines the deliveyr modes that it supports.
|
SAFEndpoint |
SAFEndpoint defines the API for a SAF receiving agent to deliver
messages to an endpoint.
|
SAFEndpointManager |
SAFEndpointManager defines the interface for the SAF agents to access
an endpoint instance given the endpoint's URL.
|
SAFErrorAwareEndpointManager |
An extension of SAFEndpointManager that can deliver specific Throwable
instances to the SAFEndpoint when message delivery errors occur.
|
SAFErrorAwareTransport |
An extended SAFTransport that can distinguish errors into categories that
are useful for fine-grained error handing within SAF.
|
SAFErrorHandler | |
SAFManager |
SAFManager is the entry point for a SAF application to use the SAF servcie.
|
SAFManager.ConversationLifecycleListener | |
SAFManager.ConversationNameRefinementCallback |
Used when registering a new conversation to give the caller information
that might be needed to refine the conversation name such that it reflects
the location information for the newly created conversation.
|
SAFRequest |
SAFRequest defines the API that a SAF application uses to
pass a request to the SAF agents.
|
SAFResult |
SAFResult defines the API that a SAF service returns to a SAF
application the result of a delivery from the receiving agent.
|
SAFTransport |
SAFTransport defines the API that the SAF agents use to communicate with
each other.
|
Class | Description |
---|---|
OperationState |
This class contains constants that represent the valid state of an operation
of SAFRemoteEndpointRuntimeMBean
|
SAFEndpointType |
SAFEndpointType class defines the types of SAF endpoint implimentations that
the SAF service can work with.
|
SAFManager.LocationInfo | |
SAFMessageInfo | |
SAFQualityOfService |
SAFQualityOfService class defines the quality of services supported
by the SAF service feature.
|
SAFTransportType |
SAFTransportType defines the types of transport implimentation that
the SAF service can work with.
|
Enum | Description |
---|---|
SAFResult.Result |
Exception | Description |
---|---|
SAFConversationNotAvailException | |
SAFException | |
SAFInvalidAcknowledgementsException | |
SAFServiceNotAvailException |
SAFServiceNotAvailException
|
SAFTransportException |
SAFTransportException
|
weblogic.messaging.saf
.