org.ow2.orchestra.pvm.internal.cmd
Class GetTimersCmd

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.cmd.QueryCommand<List<Timer>>
      extended by org.ow2.orchestra.pvm.internal.cmd.GetTimersCmd
All Implemented Interfaces:
Serializable, Command<List<Timer>>

public class GetTimersCmd
extends QueryCommand<List<Timer>>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.pvm.internal.cmd.QueryCommand
firstResult, maxResults
 
Constructor Summary
GetTimersCmd(int firstResult, int maxResults)
           
 
Method Summary
 List<Timer> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTimersCmd

public GetTimersCmd(int firstResult,
                    int maxResults)
Method Detail

execute

public List<Timer> execute(Environment environment)


Copyright © 2011 OW2 Consortium. All Rights Reserved.