org.jbpm.pvm.internal.cmd
Class ResumeDeploymentCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.ResumeDeploymentCmd
All Implemented Interfaces:
java.io.Serializable, Command<java.lang.Object>

public class ResumeDeploymentCmd
extends java.lang.Object
implements Command<java.lang.Object>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
ResumeDeploymentCmd(java.lang.String deploymentId)
           
 
Method Summary
 java.lang.Object execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResumeDeploymentCmd

public ResumeDeploymentCmd(java.lang.String deploymentId)
Method Detail

execute

public java.lang.Object execute(Environment environment)
                         throws java.lang.Exception
Specified by:
execute in interface Command<java.lang.Object>
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.