org.jbpm.pvm.internal.id
Class InitializePropertiesCmd

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

public class InitializePropertiesCmd
extends java.lang.Object
implements Command<java.lang.Long>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
InitializePropertiesCmd(long blocksize)
           
 
Method Summary
 java.lang.Long execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitializePropertiesCmd

public InitializePropertiesCmd(long blocksize)
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.