net.sf.sasl.aop.monitoring.execution.time.dummies
Class ServiceDummy

java.lang.Object
  extended by net.sf.sasl.aop.monitoring.execution.time.dummies.ServiceDummy

public class ServiceDummy
extends Object

Author:
Philipp Förmer

Constructor Summary
ServiceDummy()
           
 
Method Summary
 void fastCompute(long howFastInMilliseconds)
           
 void fastComputeConcurrent(long howFastInMilliseconds)
           
 void longRunningOperation(long runTimeInMilliseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDummy

public ServiceDummy()
Method Detail

longRunningOperation

public void longRunningOperation(long runTimeInMilliseconds)
                          throws Throwable
Throws:
Throwable

fastCompute

public void fastCompute(long howFastInMilliseconds)
                 throws Throwable
Throws:
Throwable

fastComputeConcurrent

public void fastComputeConcurrent(long howFastInMilliseconds)
                           throws Throwable
Throws:
Throwable


Copyright © 2010. All Rights Reserved.