org.kuali.common.util.execute
Class SleepExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.SleepExecutable
All Implemented Interfaces:
Executable

public class SleepExecutable
extends Object
implements Executable


Constructor Summary
SleepExecutable()
           
 
Method Summary
 void execute()
           
 long getMillis()
           
 void setMillis(long millis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleepExecutable

public SleepExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getMillis

public long getMillis()

setMillis

public void setMillis(long millis)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.