Uses of Interface
net.anotheria.moskitodemo.simpleservice.ISimpleService

Packages that use ISimpleService
net.anotheria.moskitodemo.logging   
net.anotheria.moskitodemo.simpleservice   
net.anotheria.moskitodemo.simpleservice.test   
 

Uses of ISimpleService in net.anotheria.moskitodemo.logging
 

Methods in net.anotheria.moskitodemo.logging that return ISimpleService
protected  ISimpleService TestSysOutLogger.createService()
           
protected  ISimpleService TestLog4JLogger.createService()
           
 

Uses of ISimpleService in net.anotheria.moskitodemo.simpleservice
 

Classes in net.anotheria.moskitodemo.simpleservice that implement ISimpleService
 class SimpleServiceImpl
           
 

Methods in net.anotheria.moskitodemo.simpleservice that return ISimpleService
static ISimpleService SimpleServiceFactory.createSimpleService()
           
static ISimpleService SimpleServiceFactoryWithProxies.createSimpleService()
           
 

Uses of ISimpleService in net.anotheria.moskitodemo.simpleservice.test
 

Methods in net.anotheria.moskitodemo.simpleservice.test that return ISimpleService
protected  ISimpleService AbstractMultiTestWithDuration.createService()
           
 

Methods in net.anotheria.moskitodemo.simpleservice.test with parameters of type ISimpleService
 void TestRandomWait.test(ISimpleService service, boolean verbose)
           
 void TestControlledWait.test(ISimpleService service, boolean verbose)
           
 void TestExceptionProduction.test(ISimpleService service, boolean verbose)
           
abstract  void AbstractTest.test(ISimpleService service, boolean verbose)
           
 



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