org.drools.grid.remote.command
Class QueryRemoteCommand
java.lang.Object
org.drools.grid.remote.command.QueryRemoteCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<org.drools.runtime.rule.QueryResults>, org.drools.command.impl.GenericCommand<org.drools.runtime.rule.QueryResults>
public class QueryRemoteCommand
- extends Object
- implements org.drools.command.impl.GenericCommand<org.drools.runtime.rule.QueryResults>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryRemoteCommand
public QueryRemoteCommand()
QueryRemoteCommand
public QueryRemoteCommand(String outIdentifier,
String name,
Object... arguments)
getOutIdentifier
public String getOutIdentifier()
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
getName
public String getName()
setName
public void setName(String name)
getArguments
public List<Object> getArguments()
setArguments
public void setArguments(List<Object> arguments)
execute
public org.drools.runtime.rule.QueryResults execute(org.drools.command.Context context)
- Specified by:
execute in interface org.drools.command.impl.GenericCommand<org.drools.runtime.rule.QueryResults>
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.