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

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

public class GetMessagesCmd
extends QueryCommand<java.util.List<Message>>

Author:
Tom Baeyens
See Also:
Serialized Form

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

Constructor Detail

GetMessagesCmd

public GetMessagesCmd(int firstResult,
                      int maxResults)
Method Detail

execute

public java.util.List<Message> execute(Environment environment)
                                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.