org.rhq.plugins.modcluster.model
Class ProxyInfo.Context
java.lang.Object
org.rhq.plugins.modcluster.model.ProxyInfo.Context
- Enclosing class:
- ProxyInfo
public static class ProxyInfo.Context
- extends Object
ProxyInfo.Context
public ProxyInfo.Context(String jvmRoute,
String host,
String path)
ProxyInfo.Context
public ProxyInfo.Context(String jvmRoute,
String host,
String path,
boolean isEnabled)
getPath
public String getPath()
getHost
public String getHost()
getJvmRoute
public String getJvmRoute()
isEnabled
public boolean isEnabled()
createKey
public String createKey()
createName
public String createName()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
fromString
public static ProxyInfo.Context fromString(String stringRepresentation)
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.