org.rhq.plugins.modcluster.model
Class ProxyInfo.Context

java.lang.Object
  extended by org.rhq.plugins.modcluster.model.ProxyInfo.Context
Enclosing class:
ProxyInfo

public static class ProxyInfo.Context
extends Object


Constructor Summary
ProxyInfo.Context(String jvmRoute, String host, String path)
           
ProxyInfo.Context(String jvmRoute, String host, String path, boolean isEnabled)
           
 
Method Summary
 String createKey()
           
 String createName()
           
 boolean equals(Object obj)
           
static ProxyInfo.Context fromString(String stringRepresentation)
           
 String getHost()
           
 String getJvmRoute()
           
 String getPath()
           
 int hashCode()
           
 boolean isEnabled()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyInfo.Context

public ProxyInfo.Context(String jvmRoute,
                         String host,
                         String path)

ProxyInfo.Context

public ProxyInfo.Context(String jvmRoute,
                         String host,
                         String path,
                         boolean isEnabled)
Method Detail

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.