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

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

public class GetTimersCmd
extends QueryCommand<java.util.List<Timer>>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.bonita.pvm.internal.cmd.QueryCommand
firstResult, maxResults
 
Constructor Summary
GetTimersCmd(int firstResult, int maxResults)
           
 
Method Summary
 java.util.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 java.util.List<Timer> execute(Environment environment)
                              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.