|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.selectors.Interpreter
class Interpreter
The Interpreter
class is used for interpreting selector
queries.
Constructor Summary | |
---|---|
Interpreter()
|
Method Summary | |
---|---|
(package private) static java.lang.Object |
interpret(java.lang.String name,
Message message,
java.lang.String syntaxType)
Calls the appropriate method for interpreting a field name according to the syntax type. |
private static java.lang.Object |
jmsInterpret(java.lang.String name,
Message message)
Retrieves the value of a field following the JMS syntax rules. |
static java.lang.String |
wrapToString(java.lang.Object value)
Gets the String value of the given object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Interpreter()
Method Detail |
---|
static java.lang.Object interpret(java.lang.String name, Message message, java.lang.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 java.lang.String wrapToString(java.lang.Object value)
private static java.lang.Object jmsInterpret(java.lang.String name, Message message)
name
- Name of a field to retrieve.message
- Message in which retrieving the field.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |