org.drools.grid.remote.command
Class GetFactHandleFromQueryResultsRowRemoteCommand

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

public class GetFactHandleFromQueryResultsRowRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<org.drools.runtime.rule.FactHandle>

See Also:
Serialized Form

Constructor Summary
GetFactHandleFromQueryResultsRowRemoteCommand(String rowId, String queryName, String localId, String identifier)
           
 
Method Summary
 org.drools.runtime.rule.FactHandle 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

GetFactHandleFromQueryResultsRowRemoteCommand

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

execute

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


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