Package oracle.panama.rt.event

Interface Summary
InterfaceDescription
RequestEvent This interface represents the request events.
RequestListener This interface represents the listener of request events.
ResponseEvent This interface represents the response events.
ResponseListener This interface represents the listener of response events.
RtEvent This interface represents the runtime events.
SessionEvent This interface represents the session events.
SessionListener This interface represents the listener of session events.
 

Class Summary
ClassDescription
ListenerAdapter An abstract adapter class for receiving request, response, and session events.
RequestAdapter An abstract adapter class for receiving request events.
SessionAdapter An abstract adapter class for receiving session events.
 

Exception Summary
ExceptionDescription
AbortServiceException An exception signaled by the listeners to abort the service request.