Uses of Interface
winstone.Cluster

Packages that use Cluster
winstone   
winstone.cluster   
 

Uses of Cluster in winstone
 

Methods in winstone with parameters of type Cluster
protected  void HostGroup.initHost(java.io.File webappsDir, java.lang.String hostname, Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args)
           
protected  void HostGroup.initMultiHostDir(java.io.File hostsDir, Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args)
           
 

Constructors in winstone with parameters of type Cluster
HostConfiguration(java.lang.String hostname, Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args, java.io.File webappsDir)
           
HostGroup(Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args)
           
WebAppConfiguration(HostConfiguration ownerHostConfig, Cluster cluster, java.lang.String webRoot, java.lang.String prefix, ObjectPool objectPool, java.util.Map startupArgs, org.w3c.dom.Node elm, java.lang.ClassLoader parentClassLoader, java.io.File[] parentClassPaths, java.lang.String contextName)
          Constructor.
 

Uses of Cluster in winstone.cluster
 

Classes in winstone.cluster that implement Cluster
 class SimpleCluster
          Represents a cluster of winstone containers.
 



Copyright © 2013. All Rights Reserved.