org.rhq.modules.plugins.jbossas7.modcluster
Class ProxyInfo
java.lang.Object
org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo
public class ProxyInfo
- extends Object
This is a clone of org.rhq.plugins.modcluster.model.ProxyInfo from modules/plugins/mod-cluster/... pulled
into this plugin to avoid complicated build/install/deploy/runtime dependency issues
between the two plugins.
Simple parser for the raw proxy information provided by mod_cluster.
- Author:
- Simeon Pinder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyInfo
public ProxyInfo(String rawProxyInfo)
getAvailableContexts
public List<ProxyInfo.Context> getAvailableContexts()
getAvailableVhosts
public List<ProxyInfo.Vhost> getAvailableVhosts()
getAvailableNodes
public List<ProxyInfo.Node> getAvailableNodes()
main
public static void main(String[] args)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.