org.smallmind.cloud.cluster
Class ClusterInterface<D extends ClusterProtocolDetails>
java.lang.Object
org.smallmind.cloud.cluster.ClusterInterface<D>
- All Implemented Interfaces:
- Serializable
public class ClusterInterface<D extends ClusterProtocolDetails>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ClusterInterface
public ClusterInterface(String clusterName,
ClusterPivot clusterPivot,
D clusterProtocolDetails)
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.