org.drools.command
Class ExecuteCommand

java.lang.Object
  extended by org.drools.command.ExecuteCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.runtime.ExecutionResults>, GenericCommand<org.drools.runtime.ExecutionResults>

public class ExecuteCommand
extends Object
implements GenericCommand<org.drools.runtime.ExecutionResults>

See Also:
Serialized Form

Constructor Summary
ExecuteCommand(org.drools.command.Command command)
           
ExecuteCommand(org.drools.command.Command command, boolean disconnected)
           
ExecuteCommand(String identifier, org.drools.command.Command command)
           
ExecuteCommand(String identifier, org.drools.command.Command command, boolean disconnected)
           
 
Method Summary
 org.drools.runtime.ExecutionResults execute(org.drools.command.Context context)
           
 org.drools.command.Command getCommand()
           
 String getOutIdentifier()
           
 void setOutIdentifier(String outIdentifier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteCommand

public ExecuteCommand(org.drools.command.Command command)

ExecuteCommand

public ExecuteCommand(String identifier,
                      org.drools.command.Command command)

ExecuteCommand

public ExecuteCommand(String identifier,
                      org.drools.command.Command command,
                      boolean disconnected)

ExecuteCommand

public ExecuteCommand(org.drools.command.Command command,
                      boolean disconnected)
Method Detail

execute

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

getCommand

public org.drools.command.Command getCommand()

getOutIdentifier

public String getOutIdentifier()

setOutIdentifier

public void setOutIdentifier(String outIdentifier)

toString

public String toString()
Overrides:
toString in class Object


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