org.rhq.core.pc.plugin
Class CanonicalResourceKey
java.lang.Object
org.rhq.core.pc.plugin.CanonicalResourceKey
- All Implemented Interfaces:
- Serializable
public class CanonicalResourceKey
- extends Object
- implements Serializable
This object represents a canonical ID that can uniquely identify a resource
within a resource hierarchy.
- Author:
- John Mazzitelli
- See Also:
- Serialized Form
|
Constructor Summary |
CanonicalResourceKey(org.rhq.core.domain.resource.Resource resource,
org.rhq.core.domain.resource.Resource parent)
|
CanonicalResourceKey
public CanonicalResourceKey(org.rhq.core.domain.resource.Resource resource,
org.rhq.core.domain.resource.Resource parent)
throws PluginContainerException
- Throws:
PluginContainerException
getResourceKey
public String getResourceKey()
getResourceTypeName
public String getResourceTypeName()
getResourcePlugin
public String getResourcePlugin()
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 © 2008-2012 Red Hat, Inc.. All Rights Reserved.