JadeGenericMessagingIF Interface

The JadeGenericMessagingIF interface, defined in the RootSchema, provides the definition of the event callback methods that you can implement in your user schema classes for events such as a message arriving in a queue or a message queue being deleted.

You can view the JadeGenericMessagingIF interface and its constant and methods only in the Interface Browser of a user schema that has an implementation mapping to this RootSchema interface, as shown in the following image.

For details about implementing the JadeGenericMessagingIF interface for a class selected in the Class Browser of a user schema, see "Implementing an Interface", in Chapter 14, "Adding and Maintaining Interfaces", of the JADE Development Environment User’s Guide.

The automatically generated stub methods in classes that implement the interface contain no body logic.

It is your responsibility to provide the source that meets your application requirements for each stub method.

For details about the JadeGenericMessagingIF interface constants and methods, see "JadeGenericMessagingIF Interface Constants" and "JadeGenericMessagingIF Interface Method Callback Signatures", in the following subsections.