public class SubscriptionXpe extends Xpe
| Modifier and Type | Field and Description |
|---|---|
static long |
EMPTY_CONSUMER_ID |
| Constructor and Description |
|---|
SubscriptionXpe(String expression) |
SubscriptionXpe(String expression,
long consumerId) |
SubscriptionXpe(String expression,
long consumerId,
String creator) |
SubscriptionXpe(String expression,
String[] namespaces) |
SubscriptionXpe(String expression,
String[] namespaces,
long consumerId) |
SubscriptionXpe(String expression,
String[] namespaces,
long consumerId,
String creator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getConsumerId()
Gets the consumerId of this XPE.
|
int |
hashCode() |
String |
toString() |
asExpandedString, getCreator, getExpression, getNamespaces, main, parse, setCreator, toFilterStringpublic static final long EMPTY_CONSUMER_ID
public SubscriptionXpe(String expression, long consumerId, String creator)
expression - parameterconsumerId - consumer ID associated with the XPEcreator - parameterpublic SubscriptionXpe(String expression, long consumerId)
expression - parameterconsumerId - consumer ID associated with the XPEpublic SubscriptionXpe(String expression, String[] namespaces, long consumerId, String creator)
expression - parameternamespaces - parameterconsumerId - The consumer id associated with the XPE.creator - parameterpublic SubscriptionXpe(String expression, String[] namespaces, long consumerId)
expression - parameternamespaces - parameterconsumerId - The consumer id associated with the XPE.public SubscriptionXpe(String expression)
expression - parameterCopyright 2004-2017 Solace Corporation. All rights reserved.