org.drools.grid.remote.command
Class GetObjectFromQueryResultsRowRemoteCommand

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

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

See Also:
Serialized Form

Constructor Summary
GetObjectFromQueryResultsRowRemoteCommand(String rowId, String queryName, String localId, String identifier)
           
 
Method Summary
 Object 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

GetObjectFromQueryResultsRowRemoteCommand

public GetObjectFromQueryResultsRowRemoteCommand(String rowId,
                                                 String queryName,
                                                 String localId,
                                                 String identifier)
Method Detail

execute

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


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