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

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

public static class ProxyInfo.Node
extends Object


Constructor Summary
ProxyInfo.Node(String jvmRoute, String nodeId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getJvmRoute()
           
 String getNodeId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInfo.Node

public ProxyInfo.Node(String jvmRoute,
                      String nodeId)
Method Detail

getNodeId

public String getNodeId()

getJvmRoute

public String getJvmRoute()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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