Uses of Interface
org.jboss.modcluster.container.Host
-
Packages that use Host Package Description org.jboss.modcluster.container -
-
Uses of Host in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Host Modifier and Type Method Description HostEngine. findHost(String name)Returns the host identified by the specified host name.HostContext. getHost()Returns host associated with this context.Methods in org.jboss.modcluster.container that return types with arguments of type Host Modifier and Type Method Description Iterable<Host>Engine. getHosts()The hosts associated with this engine.
-