|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openwings.context.PlatformDescriptor
This class defines the information that makes up a platform descriptor.
| Constructor Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
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 java.lang.String getName()
public boolean getClustered()
public boolean equals(java.lang.Object other)
equals() method.
equals in class java.lang.Objectpublic int hashCode()
hashCode() method.
hashCode in class java.lang.Object
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||