Uses of Interface
com.googlecode.jpattern.core.asynccommand.IAsyncCommandPool

Packages that use IAsyncCommandPool
com.googlecode.jpattern.core.asynccommand   
 

Uses of IAsyncCommandPool in com.googlecode.jpattern.core.asynccommand
 

Classes in com.googlecode.jpattern.core.asynccommand that implement IAsyncCommandPool
 class QueueAsyncCommandPool
           
 class SimpleAsyncCommandPool
           
 

Methods in com.googlecode.jpattern.core.asynccommand with parameters of type IAsyncCommandPool
 IAsyncCommandResult NullAsyncCommand.exec(IAsyncCommandPool asyncCommandPool)
           
 IAsyncCommandResult AAsyncCommand.exec(IAsyncCommandPool asyncCommandPool)
          This method launch the execution of the command (or chain of commands).
 IAsyncCommandResult IAsyncCommand.exec(IAsyncCommandPool asyncCommandPool)
          This method launch the execution of the command (or chain of commands).
 



Copyright © 2011. All Rights Reserved.