|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.syrup.helpers.TemplateImpl
org.syrup.helpers.LogEntryTemplateImpl
A generic LogEntryTemplateImpl implementation.
Field Summary |
Fields inherited from class org.syrup.helpers.TemplateImpl |
operators, values |
Fields inherited from interface org.syrup.LogEntry |
DONE, ENDED, EVENT, FAILED, GOT, IN_1, IN_2, MATCHED, NEW, OUT_1, OUT_2, PANIC, RESET, REWIRED, STARTED, STOPPED |
Fields inherited from interface org.syrup.Template |
EQUAL, GREATER, GREATER_EQUAL, IGNORE, LESS, LESS_EQUAL, LIKE, NOT, NOT_LIKE |
Constructor Summary | |
LogEntryTemplateImpl(java.lang.String[] specification)
Constructor for the LogEntryTemplateImpl object |
Method Summary | |
int |
event_match()
Returns the qualifier used to match the event attribute. |
int |
event()
|
int |
key_match()
Returns the qualifier used to match the key attribute. |
java.lang.String |
key()
|
int |
time_match()
Returns the qualifier used to match the time attribute. |
long |
time()
|
int |
worker_match()
Returns the qualifier used to match the worker attribute. |
java.lang.String |
worker()
|
Methods inherited from class org.syrup.helpers.TemplateImpl |
operator, to_boolean, to_date, to_number |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogEntryTemplateImpl(java.lang.String[] specification) throws java.lang.Exception
specification
- The query specificationMethod Detail |
public int time_match()
LogEntryTemplate
time_match
in interface LogEntryTemplate
public int key_match()
LogEntryTemplate
key_match
in interface LogEntryTemplate
public int event_match()
LogEntryTemplate
event_match
in interface LogEntryTemplate
public int worker_match()
LogEntryTemplate
worker_match
in interface LogEntryTemplate
public long time()
time
in interface LogEntry
public java.lang.String key()
key
in interface LogEntry
public int event()
event
in interface LogEntry
public java.lang.String worker()
worker
in interface LogEntry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |