class Interpreter extends Object
Interpreter
class is used for interpreting selector
queries.Constructor and Description |
---|
Interpreter() |
Modifier and Type | Method and Description |
---|---|
(package private) static Object |
interpret(String name,
Message message,
String syntaxType)
Calls the appropriate method for interpreting a field name according to
the syntax type.
|
private static Object |
jmsInterpret(String name,
Message message)
Retrieves the value of a field following the JMS syntax rules.
|
static String |
wrapToString(Object value)
Gets the String value of the given object.
|
static Object interpret(String name, Message message, String syntaxType)
Method called by the org.objectweb.joram.shared.selectors.Filter
class.
name
- Name of a field to retrieve.message
- Message in which retrieving the field.syntaxType
- Type of the syntax; ex: "JMS".public static String wrapToString(Object value)
Copyright © 2021 ScalAgent D.T.. All rights reserved.