net.anotheria.moskitodemo.simpleservice
Interface ISimpleService

All Known Implementing Classes:
SimpleServiceImpl

public interface ISimpleService


Method Summary
 void printStats()
           
 void printStats(String inteval)
           
 void produceExceptionIfParameterIsEven(int parameter)
           
 void randomWait()
           
 void waitForSoLongInMillis(long parameter)
           
 

Method Detail

randomWait

void randomWait()
                throws Exception
Throws:
Exception

waitForSoLongInMillis

void waitForSoLongInMillis(long parameter)
                           throws Exception
Throws:
Exception

produceExceptionIfParameterIsEven

void produceExceptionIfParameterIsEven(int parameter)
                                       throws Exception
Throws:
Exception

printStats

void printStats()

printStats

void printStats(String inteval)


Copyright © 2010-2012 anotheria.net. All Rights Reserved.