org.drools.grid.remote.command
Class GetQueryResultsSizeRemoteCommand

java.lang.Object
  extended by org.drools.grid.remote.command.GetQueryResultsSizeRemoteCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Integer>, org.drools.command.impl.GenericCommand<Integer>

public class GetQueryResultsSizeRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<Integer>

See Also:
Serialized Form

Constructor Summary
GetQueryResultsSizeRemoteCommand(String queryName, String localId)
           
 
Method Summary
 Integer execute(org.drools.command.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetQueryResultsSizeRemoteCommand

public GetQueryResultsSizeRemoteCommand(String queryName,
                                        String localId)
Method Detail

execute

public Integer execute(org.drools.command.Context context)
Specified by:
execute in interface org.drools.command.impl.GenericCommand<Integer>


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.