|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicExpression | |
org.apache.ws.notification.base | |
org.apache.ws.notification.topics | |
org.apache.ws.notification.topics.expression |
Uses of TopicExpression in org.apache.ws.notification.base |
Methods in org.apache.ws.notification.base that return TopicExpression | |
TopicExpression |
Subscription.getTopicExpression()
Gets the topic expression associated with this subscription. |
Uses of TopicExpression in org.apache.ws.notification.topics |
Methods in org.apache.ws.notification.topics that return TopicExpression | |
TopicExpression |
Topic.getTopicReference()
Get the topic expression for the topic(s) that this topic references. |
Methods in org.apache.ws.notification.topics with parameters of type TopicExpression | |
Topic[] |
TopicSpaceSet.evaluateTopicExpression(TopicExpression topicExpr)
Evaluates a TopicExpression against the TopicSpaceSet and returns an array of matching Topics. |
void |
Topic.setTopicReference(TopicExpression topicPath)
Set the topic expression that resolves to a set of topics that this topic references. |
Uses of TopicExpression in org.apache.ws.notification.topics.expression |
Methods in org.apache.ws.notification.topics.expression with parameters of type TopicExpression | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |