|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Topic | |
org.apache.ws.notification.pubsub | |
org.apache.ws.notification.topics | |
org.apache.ws.notification.topics.expression | |
org.apache.ws.notification.topics.util | |
org.apache.ws.pubsub |
Uses of Topic in org.apache.ws.notification.pubsub |
Methods in org.apache.ws.notification.pubsub with parameters of type Topic | |
void |
Publisher.publish(java.lang.Object msg,
Topic t)
DOCUMENT_ME |
Uses of Topic in org.apache.ws.notification.topics |
Subinterfaces of Topic in org.apache.ws.notification.topics | |
interface |
ResourcePropertyValueChangeTopic
A topic that acts as a listener for resource property value change events. |
Methods in org.apache.ws.notification.topics that return Topic | |
Topic[] |
TopicSpaceSet.evaluateTopicExpression(TopicExpression topicExpr)
Evaluates a TopicExpression against the TopicSpaceSet and returns an array of matching Topics. |
Topic |
TopicSet.getTopic(java.lang.String name)
Gets the topic with the specified name. |
Topic |
TopicSet.addTopic(Topic topic)
Adds the specified topic to this set. |
Topic |
TopicSet.addTopic(java.lang.String name)
Creates a new Topic object with the specified name and adds it to this set. |
Methods in org.apache.ws.notification.topics with parameters of type Topic | |
Topic |
TopicSet.addTopic(Topic topic)
Adds the specified topic to this set. |
void |
TopicListener.topicChanged(Topic topic)
Called when the value of the topic changes |
Uses of Topic in org.apache.ws.notification.topics.expression |
Methods in org.apache.ws.notification.topics.expression that return Topic | |
Topic[] |
TopicExpressionEvaluator.evaluate(TopicSpaceSet topicSpaceSet,
TopicExpression expression)
Evaluates the expression over a TopicSpace and returns the set of matching topics. |
Topic[] |
TopicExpressionEngine.evaluateTopicExpression(TopicSpaceSet topicSpaceSet,
TopicExpression topicExpression)
Resolves a topic expression using the passed topic list. |
Uses of Topic in org.apache.ws.notification.topics.util |
Methods in org.apache.ws.notification.topics.util that return Topic | |
static Topic |
TopicUtils.addResourcePropertyValueChangeTopic(org.apache.ws.resource.properties.ResourceProperty prop,
TopicSpaceSet topicSpaceSet)
Adds a topic for the specified property to the specified topic set. |
static Topic[] |
TopicUtils.addResourcePropertyValueChangeTopics(org.apache.ws.resource.properties.ResourcePropertySet propSet,
TopicSpaceSet topicSpaceSet)
Adds topics for all non-readonly properties from the specified property set to the specified topic set. |
static Topic |
TopicUtils.addResourceTerminationTopic(TopicSpaceSet topicSpaceSet,
org.apache.ws.resource.Resource resource,
org.apache.ws.resource.properties.NamespaceVersionHolder namespaces)
Adds the topic for ResourceTermination....there should be only one of these! |
Uses of Topic in org.apache.ws.pubsub |
Methods in org.apache.ws.pubsub with parameters of type Topic | |
void |
Publisher.publish(java.lang.Object msg,
Topic t)
DOCUMENT_ME |
Constructors in org.apache.ws.pubsub with parameters of type Topic | |
TopicFilter(Topic t)
Creates a new TopicFilter object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |