Public Member Functions

cern.cmw.mom.pubsub.Notification Interface Reference

Inheritance diagram for cern.cmw.mom.pubsub.Notification:
cern.cmw.mom.pubsub.ConsumerAliveNotification cern.cmw.mom.pubsub.ConsumerCloseNotification cern.cmw.mom.pubsub.ConsumerOpenNotification cern.cmw.mom.pubsub.impl.NotificationImpl cern.cmw.mom.pubsub.impl.ConsumerAliveNotificationImpl cern.cmw.mom.pubsub.impl.ConsumerCloseNotificationImpl cern.cmw.mom.pubsub.impl.ConsumerOpenNotificationImpl cern.cmw.mom.pubsub.impl.ConsumerAliveNotificationImpl cern.cmw.mom.pubsub.impl.ConsumerCloseNotificationImpl cern.cmw.mom.pubsub.impl.ConsumerOpenNotificationImpl

List of all members.

Public Member Functions

int getType () throws javax.jms.JMSException

Detailed Description

Public interface. Several mission-critical applications require a capability to be notified about special events such as the creation/destruction of a subscription. Some client might also be interested in knowing if a specific topic is beeing subscribed. A notification class hierarchy corrensponds to the different type of notifications published by the system on specific administrative topics. Notification is the base class for such a hierarchy.

Version:
1.0 23 Jan 2001
Author:
Controls Middleware Project
See also:
NotificationHelper

Member Function Documentation

int cern.cmw.mom.pubsub.Notification.getType (  )  throws javax.jms.JMSException

Return the type of Notification.

Returns:
int The code corresponding to the notification type
Exceptions:
javax.jms.JMSException 

Implemented in cern.cmw.mom.pubsub.impl.NotificationImpl.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties