org.apache.ws.notification.topics.util
Class TopicUtils

java.lang.Object
  extended byorg.apache.ws.notification.topics.util.TopicUtils

public class TopicUtils
extends java.lang.Object

A utility class containing static methods used as helpers for working with WSN Topics.

Author:
Ian Springer

Constructor Summary
TopicUtils()
           
 
Method Summary
static void addResourcePropertyValueChangeListeners(NotificationProducerResource producerResource)
          Adds topics from the specified notification producer resource's property set to its topic set.
static void addResourceTerminationListener(NotificationProducerResource producerResource)
          Configures the specified producer resource to support the WSRF ResourceTermination topic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicUtils

public TopicUtils()
Method Detail

addResourcePropertyValueChangeListeners

public static void addResourcePropertyValueChangeListeners(NotificationProducerResource producerResource)
                                                    throws java.lang.Exception
Adds topics from the specified notification producer resource's property set to its topic set.

Parameters:
producerResource -
Throws:
java.lang.Exception

addResourceTerminationListener

public static void addResourceTerminationListener(NotificationProducerResource producerResource)
                                           throws java.lang.Exception
Configures the specified producer resource to support the WSRF ResourceTermination topic.

Parameters:
producerResource -
Throws:
java.lang.Exception


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