| java.lang.Object winstone.HostGroup
HostGroup | public class HostGroup (Code) | | Manages the references to individual hosts within the container. This object handles
the mapping of ip addresses and hostnames to groups of webapps, and init and
shutdown of any hosts it manages.
author: Rick Knowles version: $Id: HostGroup.java,v 1.4 2006/03/24 17:24:21 rickknowles Exp $ |
Method Summary | |
public void | destroy() | public HostConfiguration | getHostByName(String hostname) | protected void | initHost(String webappsDirName, String hostname, Cluster cluster, ObjectPool objectPool, ClassLoader commonLibCL, File commonLibCLPaths, Map args) | protected void | initMultiHostDir(String hostsDirName, Cluster cluster, ObjectPool objectPool, ClassLoader commonLibCL, File commonLibCLPaths, Map args) |
destroy | public void destroy()(Code) | | |
|
|