public class PriorityXpe extends Xpe
| Constructor and Description |
|---|
PriorityXpe(String expression,
int priority)
Constructs a PriorityXpe.
|
PriorityXpe(String expression,
String[] namespaces,
int priority)
Constructs a PriorityXpe.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getPriority()
Gets the CoS priority.
|
int |
hashCode() |
void |
setPriority(int priority)
Sets the CoS priority associated with this XPE.
|
String |
toString() |
asExpandedString, getCreator, getExpression, getNamespaces, main, parse, setCreator, toFilterStringpublic PriorityXpe(String expression, int priority)
expression - XPE expression.priority - CoS Priority.Copyright 2004-2017 Solace Corporation. All rights reserved.