4.6.1 Event Subscription Classes

The Jolt Class Library provides four classes that implement the asynchronous notification mechanism for Jolt client applications:

  • JoltSessionthe JoltSession class includes an onReply() method for receiving notifications and notification messages.
  • JoltReplythe JoltReply class gives the client application access to any messages received with an event or notification.
  • JoltMessagethe JoltMessage class provides get() methods for obtaining information about the notification or event.
  • JoltUserEventthe JoltUserEvent class supports subscription to both unsolicited and event notification types.

For additional information about these classes refer to the Oracle Jolt API Reference.