public class DropZone extends DataSingleton
| Modifier and Type | Field and Description |
|---|---|
static DataSingletonCollection |
All |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object aThat) |
protected void |
fastRefresh() |
protected void |
fullRefresh() |
static DropZone |
get(Platform platform,
String name)
Gets the.
|
String[] |
getConfiguredNetAddresses()
locates and returns a string array of ips or hostnames that
are defined within the dropzones environment.xml definition.
|
String |
getDirectory()
Find the Dropzone's directory.
|
PhysicalMachine[] |
getMachines()
Gets the machines.
|
String |
getName()
Gets the name.
|
String[] |
getNetAddresses()
locates and returns the real net address of a dropzone instance
which is mapped from the configuredNetAddresses, which can be
hostnames and dynamically assigned.
|
String |
getOS()
Get OS type of Dropzone server IF Dropzone is comprised of a single server.
|
String |
getOS(String serveraddress)
Gets the os.
|
int |
hashCode() |
protected boolean |
isComplete() |
void |
update(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZone dz)
Update.
|
monitoraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static DataSingletonCollection All
public static DropZone get(Platform platform, String name)
platform - the platformname - the namepublic String getName()
public String[] getConfiguredNetAddresses()
public String[] getNetAddresses()
public String getOS() throws Exception
Exception - the exceptionpublic String getOS(String serveraddress) throws Exception
serveraddress - the serveraddressException - the exceptionpublic String getDirectory() throws Exception
Exception - the exceptionpublic PhysicalMachine[] getMachines()
protected boolean isComplete()
isComplete in class DataSingletonprotected void fastRefresh()
fastRefresh in class DataSingletonprotected void fullRefresh()
fullRefresh in class DataSingletonpublic void update(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpDropZone dz)
dz - the dzpublic boolean equals(Object aThat)
equals in class DataSingletonpublic int hashCode()
hashCode in class DataSingletonCopyright © 2021. All rights reserved.