org.smallmind.cloud.cluster
Class ClusterInterface<D extends ClusterProtocolDetails>

java.lang.Object
  extended by org.smallmind.cloud.cluster.ClusterInterface<D>
All Implemented Interfaces:
Serializable

public class ClusterInterface<D extends ClusterProtocolDetails>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClusterInterface(String clusterName, ClusterPivot clusterPivot, D clusterProtocolDetails)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterName()
           
 ClusterPivot getClusterPivot()
           
 D getClusterProtocolDetails()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterInterface

public ClusterInterface(String clusterName,
                        ClusterPivot clusterPivot,
                        D clusterProtocolDetails)
Method Detail

getClusterName

public String getClusterName()

getClusterPivot

public ClusterPivot getClusterPivot()

getClusterProtocolDetails

public D getClusterProtocolDetails()

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


Copyright © 2011. All Rights Reserved.