Uses of Class
com.gc.iotools.stream.base.ExecutionModel

Packages that use ExecutionModel
com.gc.iotools.stream.base Base classes and Enumerations. 
com.gc.iotools.stream.is Provides classes that extends java.io.InputStream. 
com.gc.iotools.stream.os Provides classes that extends java.io.OutputStream. 
 

Uses of ExecutionModel in com.gc.iotools.stream.base
 

Methods in com.gc.iotools.stream.base that return ExecutionModel
static ExecutionModel ExecutionModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionModel[] ExecutionModel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gc.iotools.stream.base with parameters of type ExecutionModel
static ExecutorService ExecutorServiceFactory.getExecutor(ExecutionModel tmodel)
           
 

Uses of ExecutionModel in com.gc.iotools.stream.is
 

Constructors in com.gc.iotools.stream.is with parameters of type ExecutionModel
InputStreamFromOutputStream(ExecutionModel executionModel)
           It creates a InputStreamFromOutputStream and let the user choose the thread allocation strategy he likes.
 

Uses of ExecutionModel in com.gc.iotools.stream.os
 

Constructors in com.gc.iotools.stream.os with parameters of type ExecutionModel
OutputStreamToInputStream(boolean joinOnClose, ExecutionModel executionModel)
           
 



Copyright © 2008-2009. All Rights Reserved.