org.jboss.portal.core.controller.command.info
Class ActionCommandInfo

java.lang.Object
  extended by org.jboss.portal.core.controller.command.info.CommandInfo
      extended by org.jboss.portal.core.controller.command.info.ActionCommandInfo

public class ActionCommandInfo
extends CommandInfo

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
ActionCommandInfo(boolean idempotent)
           
 
Method Summary
 boolean isIdempotent()
          Return true if the command is idempotent, i.e it can be reinvoked again safely.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCommandInfo

public ActionCommandInfo(boolean idempotent)
Method Detail

isIdempotent

public boolean isIdempotent()
Return true if the command is idempotent, i.e it can be reinvoked again safely.

Returns:
the idempotency of the command