Uses of Interface
com.collation.platform.model.topology.app.ProcessPool

Packages that use ProcessPool
com.collation.platform.model.topology.app   
 

Uses of ProcessPool in com.collation.platform.model.topology.app
 

Subinterfaces of ProcessPool in com.collation.platform.model.topology.app
 interface JavaProcessPool
          Represents a collection of JVM processes that serve identical functions.
 

Methods in com.collation.platform.model.topology.app that return ProcessPool
 ProcessPool[] AppServer.getProcessPools()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type ProcessPool
 void AppServer.setProcessPools(ProcessPool[] processPools)