org.rhq.plugins.modcluster.model
Class ProxyInfo

java.lang.Object
  extended by org.rhq.plugins.modcluster.model.ProxyInfo

public class ProxyInfo
extends Object

Simple parser for the raw proxy information provided by mod_cluster.

Author:
Stefan Negrea

Nested Class Summary
static class ProxyInfo.Context
           
static class ProxyInfo.Node
           
static class ProxyInfo.Vhost
           
 
Constructor Summary
ProxyInfo(String rawProxyInfo)
           
 
Method Summary
 List<ProxyInfo.Context> getAvailableContexts()
           
 List<ProxyInfo.Node> getAvailableNodes()
           
 List<ProxyInfo.Vhost> getAvailableVhosts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInfo

public ProxyInfo(String rawProxyInfo)
Method Detail

getAvailableContexts

public List<ProxyInfo.Context> getAvailableContexts()

getAvailableVhosts

public List<ProxyInfo.Vhost> getAvailableVhosts()

getAvailableNodes

public List<ProxyInfo.Node> getAvailableNodes()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.