com.metamatrix.platform.registry
Class ResourcePoolMgrID

java.lang.Object
  extended by com.metamatrix.platform.registry.ResourcePoolMgrID
All Implemented Interfaces:
java.io.Serializable

public class ResourcePoolMgrID
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResourcePoolMgrID(long id, VMControllerID vmControllerID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if this object is equal to the other object.
 java.lang.String getHostName()
           
 long getID()
           
 VMControllerID getVMControllerID()
           
 int hashCode()
          Get hash code for object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourcePoolMgrID

public ResourcePoolMgrID(long id,
                         VMControllerID vmControllerID)
Method Detail

getVMControllerID

public VMControllerID getVMControllerID()

getHostName

public java.lang.String getHostName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getID

public long getID()

equals

public boolean equals(java.lang.Object obj)
Returns true if this object is equal to the other object. Equality is based on the ID value.

Overrides:
equals in class java.lang.Object
Parameters:
-
Returns:
Throws:
java.lang.Exception - An error occurred
See Also:

hashCode

public int hashCode()
Get hash code for object

Overrides:
hashCode in class java.lang.Object
Returns:
Hash code


Copyright © 2009. All Rights Reserved.