org.ow2.bonita.pvm.internal.cmd
Class QueryCommand<T>

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.cmd.QueryCommand<T>
All Implemented Interfaces:
java.io.Serializable, Command<T>
Direct Known Subclasses:
GetMessagesCmd, GetTimersCmd

public abstract class QueryCommand<T>
extends java.lang.Object
implements Command<T>

base class for commands that execute scalable queries.

Author:
Tom Baeyens
See Also:
Serialized Form

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

firstResult

protected int firstResult

maxResults

protected int maxResults
Constructor Detail

QueryCommand

public QueryCommand(int firstResult,
                    int maxResults)


Copyright © 2009 OW2 Consortium. All Rights Reserved.