Uses of Interface
com.codemonster.surinam.export.service.command.RawCommand

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

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

Classes in com.codemonster.surinam.export.service.command that implement RawCommand
 class MappedCommand
          This is a generic command object that designates a contract to be found and an operation that should be invoked, along with the parameters to be passed along for the operation.
 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.
 



Copyright © 2010. All Rights Reserved.