org.apache.muse.ws.notification
Interface NotificationProducerPersistence
- All Superinterfaces:
- InitializationParameters, Persistence, ResourceManagerListener
- All Known Implementing Classes:
- NotificationProducerFilePersistence
- public interface NotificationProducerPersistence
- extends Persistence, ResourceManagerListener
NotificationProducerPersistence is an extension of the basic
Persistence API to provide a link to the
NotificationProducer API and resource
lifecycle events. Implementations of the NotificationProducer capability
should use instances of this interface for persistence of subscription data.
- Author:
- Dan Jemiolo (danj)
getNotificationProducer
public NotificationProducer getNotificationProducer()
setNotificationProducer
public void setNotificationProducer(NotificationProducer producer)