Uses of Class
com.codemonster.surinam.export.service.command.MappedCommand

Packages that use MappedCommand
com.codemonster.surinam.export.service.command   
 

Uses of MappedCommand in com.codemonster.surinam.export.service.command
 

Subclasses of MappedCommand in com.codemonster.surinam.export.service.command
 class RunnableMappedCommand
          By extending MappedCommand and impementing Runnable, it is possible to turn the command pattern around and take advantage of Java's Executor model which will allow thread scheduling and reuse.
 

Methods in com.codemonster.surinam.export.service.command with parameters of type MappedCommand
 Object CommandProcessor.execute(MappedCommand cmd)
           
 



Copyright © 2010. All Rights Reserved.