org.ow2.orchestra.pvm.internal.cmd
Class QueryCommand<T>
java.lang.Object
org.ow2.orchestra.pvm.internal.cmd.QueryCommand<T>
- All Implemented Interfaces:
- Serializable, Command<T>
- Direct Known Subclasses:
- GetMessagesCmd, GetTimersCmd
public abstract class QueryCommand<T>
- extends Object
- implements Command<T>
base class for commands that execute scalable queries.
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
|
Constructor Summary |
QueryCommand(int firstResult,
int maxResults)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.orchestra.pvm.internal.cmd.Command |
execute |
firstResult
protected int firstResult
maxResults
protected int maxResults
QueryCommand
public QueryCommand(int firstResult,
int maxResults)
Copyright © 2011 OW2 Consortium. All Rights Reserved.