|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsrc.server.QueryRule
src.server.ServerQueryRule
A QueryRule that describes rules used by operations that should be directly performed by the server.
| Constructor Summary | |
ServerQueryRule(java.lang.String regexpPattern,
java.lang.String[] keys,
int opCode)
Constructor for ModuleQueryRule. |
|
| Method Summary | |
int |
getOpCode()
Gets the server operation code that is connected to the rule. |
| Methods inherited from class src.server.QueryRule |
getResult, matches, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServerQueryRule(java.lang.String regexpPattern,
java.lang.String[] keys,
int opCode)
regexpPattern - The regexp pattern which descibes what queries
that should match the rule.opCode - The server operation code connected to the rule.| Method Detail |
public int getOpCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||