Uses of Class
org.springframework.config.java.testing.Worker

Packages that use Worker
org.springframework.config.java.testing   
 

Uses of Worker in org.springframework.config.java.testing
 

Methods in org.springframework.config.java.testing that return Worker
 Worker SimpleConfiguration.coliny()
           
 Worker SimpleConfiguration.mark()
           
 

Methods in org.springframework.config.java.testing that return types with arguments of type Worker
 Collection<Worker> Company.getWorkers()
           
 

Methods in org.springframework.config.java.testing with parameters of type Worker
 void Company.fire(Worker employee)
           
 void Company.hire(Worker employee)
           
 



Copyright ? 2005-2008 Spring Framework. All Rights Reserved.