|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.pvm.internal.cmd.QueryCommand<T>
public abstract class QueryCommand<T>
base class for commands that execute scalable queries.
Field Summary | |
---|---|
protected int |
firstResult
|
protected int |
maxResults
|
Constructor Summary | |
---|---|
QueryCommand(int firstResult,
int maxResults)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ow2.bonita.pvm.internal.cmd.Command |
---|
execute |
Field Detail |
---|
protected int firstResult
protected int maxResults
Constructor Detail |
---|
public QueryCommand(int firstResult, int maxResults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |