public class HostGroup extends Object
| Constructor and Description |
|---|
HostGroup(Cluster cluster,
ObjectPool objectPool,
ClassLoader commonLibCL,
File[] commonLibCLPaths,
Map args) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
HostConfiguration |
getHostByName(String hostname) |
protected void |
initHost(File webappsDir,
String hostname,
Cluster cluster,
ObjectPool objectPool,
ClassLoader commonLibCL,
File[] commonLibCLPaths,
Map args) |
protected void |
initMultiHostDir(File hostsDir,
Cluster cluster,
ObjectPool objectPool,
ClassLoader commonLibCL,
File[] commonLibCLPaths,
Map args) |
public HostGroup(Cluster cluster, ObjectPool objectPool, ClassLoader commonLibCL, File[] commonLibCLPaths, Map args) throws IOException
IOExceptionpublic HostConfiguration getHostByName(String hostname)
public void destroy()
protected void initHost(File webappsDir, String hostname, Cluster cluster, ObjectPool objectPool, ClassLoader commonLibCL, File[] commonLibCLPaths, Map args) throws IOException
IOExceptionprotected void initMultiHostDir(File hostsDir, Cluster cluster, ObjectPool objectPool, ClassLoader commonLibCL, File[] commonLibCLPaths, Map args) throws IOException
IOExceptionCopyright © 2014. All rights reserved.