org.drools.grid.remote
Class GetQueryParametersRemoteCommand

java.lang.Object
  extended by org.drools.grid.remote.GetQueryParametersRemoteCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<String[]>, org.drools.command.impl.GenericCommand<String[]>

public class GetQueryParametersRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<String[]>

See Also:
Serialized Form

Constructor Summary
GetQueryParametersRemoteCommand(String queryName, String localId)
           
 
Method Summary
 String[] 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

GetQueryParametersRemoteCommand

public GetQueryParametersRemoteCommand(String queryName,
                                       String localId)
Method Detail

execute

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


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