org.apache.ws.notification.topics.impl
Class ResourceTerminationTopicImpl

java.lang.Object
  extended byorg.apache.ws.notification.topics.impl.TopicImpl
      extended byorg.apache.ws.notification.topics.impl.ResourceTerminationTopicImpl
All Implemented Interfaces:
org.apache.ws.resource.lifetime.ResourceTerminationListener, Topic, TopicListener, TopicListenerList, TopicSet

public class ResourceTerminationTopicImpl
extends TopicImpl
implements org.apache.ws.resource.lifetime.ResourceTerminationListener

Author:
Sal Campana

Field Summary
 
Fields inherited from class org.apache.ws.notification.topics.impl.TopicImpl
m_currentMsg, m_listeners, m_name, m_reference, m_subTopics, m_topicPath, m_topicSpace
 
Constructor Summary
ResourceTerminationTopicImpl(org.apache.ws.resource.properties.NamespaceVersionHolder namespaceSet)
          Create a resource termination topic for the given WSRF namespace set.
 
Method Summary
 void terminationOccurred(org.apache.ws.resource.lifetime.ResourceTerminationEvent event)
           
 
Methods inherited from class org.apache.ws.notification.topics.impl.TopicImpl
addTopic, addTopic, addTopicListener, containsTopic, getCurrentMessage, getName, getParent, getTopic, getTopicPath, getTopicReference, getTopicSpace, isReference, publish, removeTopic, removeTopic, removeTopicListener, setTopicPath, setTopicReference, setTopicSpace, topicAdded, topicChanged, topicIterator, topicListenerIterator, topicRemoved, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceTerminationTopicImpl

public ResourceTerminationTopicImpl(org.apache.ws.resource.properties.NamespaceVersionHolder namespaceSet)
Create a resource termination topic for the given WSRF namespace set.

Method Detail

terminationOccurred

public void terminationOccurred(org.apache.ws.resource.lifetime.ResourceTerminationEvent event)
Specified by:
terminationOccurred in interface org.apache.ws.resource.lifetime.ResourceTerminationListener


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