org.apache.ws.muws.v1_0.topics
Interface ManagementEventTopic

All Superinterfaces:
java.util.EventListener, org.apache.ws.resource.properties.ResourcePropertyValueChangeListener, org.apache.ws.notification.topics.ResourcePropertyValueChangeTopic, org.apache.ws.notification.topics.Topic, org.apache.ws.notification.topics.TopicListenerList, org.apache.ws.notification.topics.TopicSet
All Known Implementing Classes:
XmlBeansManagementEventTopicImpl

public interface ManagementEventTopic
extends org.apache.ws.notification.topics.Topic, org.apache.ws.notification.topics.ResourcePropertyValueChangeTopic

Author:
Sal Campana

Method Summary
 void publish(ManagementEvent me)
          This method is used to send a ManagementEvent to subscribers to this topic.
 
Methods inherited from interface org.apache.ws.notification.topics.Topic
getCurrentMessage, getName, getTopicPath, getTopicReference, getTopicSpace, isReference, publish, setTopicPath, setTopicReference, setTopicSpace
 
Methods inherited from interface org.apache.ws.notification.topics.TopicSet
addTopic, addTopic, containsTopic, getTopic, removeTopic, topicIterator
 
Methods inherited from interface org.apache.ws.notification.topics.TopicListenerList
addTopicListener, removeTopicListener, topicListenerIterator
 
Methods inherited from interface org.apache.ws.resource.properties.ResourcePropertyValueChangeListener
propertyChanged
 

Method Detail

publish

public void publish(ManagementEvent me)
This method is used to send a ManagementEvent to subscribers to this topic.

Parameters:
me -


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.