| |
|
| java.lang.Object com.caucho.jms.selector.Selector com.caucho.jms.selector.SpecialIdentifierSelector
SpecialIdentifierSelector | public class SpecialIdentifierSelector extends Selector (Code) | | The selector to grab a property.
|
JMS_CORRELATION_ID | final static int JMS_CORRELATION_ID(Code) | | |
JMS_DELIVERY_MODE | final static int JMS_DELIVERY_MODE(Code) | | |
JMS_MESSAGE_ID | final static int JMS_MESSAGE_ID(Code) | | |
JMS_PRIORITY | final static int JMS_PRIORITY(Code) | | |
JMS_TIMESTAMP | final static int JMS_TIMESTAMP(Code) | | |
JMS_TYPE | final static int JMS_TYPE(Code) | | |
SpecialIdentifierSelector | SpecialIdentifierSelector(int type)(Code) | | |
evaluate | Object evaluate(Message message) throws JMSException(Code) | | Evaluate the message. The boolean literal selector returns
the value of the boolean.
|
isNumber | boolean isNumber()(Code) | | Returns true for the numeric values.
|
isString | boolean isString()(Code) | | Returns true for the string values.
|
isUnknown | boolean isUnknown()(Code) | | Returns false, since it's a known type.
|
|
|
|