|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.platform.admin.api.runtime.ComponentData
public class ComponentData
This class is a container for VMRegistryBinding objects for a specific host. Created and maintained by the Registry.
| Field Summary | |
|---|---|
protected boolean |
deployed
indicates if component is in operational configuration |
protected int |
hashCode
|
protected boolean |
registered
indicated if component exists in registry |
| Constructor Summary | |
|---|---|
ComponentData(java.lang.String name,
boolean deployed,
boolean registered)
Construct an instance for the given name |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns true if the specified object is semantically equal to this instance. |
java.lang.String |
getName()
Return name |
int |
hashCode()
Returns the hash code value for this object. |
boolean |
isDeployed()
|
boolean |
isRegistered()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean deployed
protected boolean registered
protected int hashCode
| Constructor Detail |
|---|
public ComponentData(java.lang.String name,
boolean deployed,
boolean registered)
Name - | Method Detail |
|---|
public java.lang.String getName()
public boolean isDeployed()
public boolean isRegistered()
public java.lang.String toString()
toString in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object that this instance is to be compared to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||