|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.openwings.context.PlatformDescriptor
This class defines the information that makes up a platform descriptor.
| Constructor Summary | |
PlatformDescriptor()
Default constructor. |
|
PlatformDescriptor(UniqueID platform,
java.lang.String name,
boolean clustered)
This constructor sets the value of the platform desciptor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
overrides default equals() method. |
boolean |
getClustered()
This method is used to find out if the platform is part of the context cluster. |
java.lang.String |
getName()
This method returns the name of the platform. |
UniqueID |
getPlatform()
This method returns the unique id of the platform. |
int |
hashCode()
overrides default hashCode() method. |
void |
setClustered(boolean clustered)
This method sets whether the platform is part of the context cluster. |
void |
setName(java.lang.String name)
This method sets the name of the platform. |
void |
setPlatform(UniqueID platformID)
This method sets the unique id of the platform. |
java.lang.String |
toString()
overrides default toString() method. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PlatformDescriptor()
public PlatformDescriptor(UniqueID platform,
java.lang.String name,
boolean clustered)
platform - Id of the platform added.name - Host name of the platform being added.clustered - Returns true if the platform was part of the container
manager cluster.| Method Detail |
public UniqueID getPlatform()
public void setPlatform(UniqueID platformID)
platformID - unique Id of the platformpublic java.lang.String getName()
public void setName(java.lang.String name)
name - platform namepublic boolean getClustered()
public void setClustered(boolean clustered)
clustered - true if the platform is part of the
context cluster.public boolean equals(java.lang.Object other)
equals() method.
public int hashCode()
hashCode() method.
public java.lang.String toString()
toString() method.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||