org.rhq.core.domain.cloud.composite
Class FailoverListComposite.ServerEntry

java.lang.Object
  extended by org.rhq.core.domain.cloud.composite.FailoverListComposite.ServerEntry
All Implemented Interfaces:
Serializable
Enclosing class:
FailoverListComposite

public static class FailoverListComposite.ServerEntry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String address
           
 int port
           
 int securePort
           
 int serverId
           
 
Constructor Summary
FailoverListComposite.ServerEntry(int serverId, String address, int port, int securePort)
           
FailoverListComposite.ServerEntry(String address, int port, int securePort)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serverId

public final int serverId

address

public final String address

port

public final int port

securePort

public final int securePort
Constructor Detail

FailoverListComposite.ServerEntry

public FailoverListComposite.ServerEntry(String address,
                                         int port,
                                         int securePort)

FailoverListComposite.ServerEntry

public FailoverListComposite.ServerEntry(int serverId,
                                         String address,
                                         int port,
                                         int securePort)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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