org.jbpm.command
Class AbstractBaseCommand

java.lang.Object
  extended by org.jbpm.command.AbstractBaseCommand
All Implemented Interfaces:
Serializable, Command
Direct Known Subclasses:
AbstractCancelCommand, AbstractGetObjectBaseCommand, AbstractProcessInstanceBaseCommand, CancelWorkOnTaskCommand, ExecuteJobsCommand, GetProcessInstanceLogCommand, NewProcessInstanceCommand, SignalCommand, StartWorkOnTaskCommand, TaskInstanceEndCommand, VariablesCommand

public abstract class AbstractBaseCommand
extends Object
implements Command

Base class for all internal commands. Implements some convenience methods for Commands and generic toString method.

Author:
bernd.ruecker@camunda.com
See Also:
Serialized Form

Constructor Summary
AbstractBaseCommand()
           
 
Method Summary
protected  String getAdditionalToStringInformation()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbpm.command.Command
execute
 

Constructor Detail

AbstractBaseCommand

public AbstractBaseCommand()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAdditionalToStringInformation

protected String getAdditionalToStringInformation()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.