public class PhysicalMachine extends DataSingleton
| Modifier and Type | Class and Description |
|---|---|
static class |
PhysicalMachine.Notification |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object aThat) |
protected void |
fastRefresh() |
protected void |
fullRefresh() |
static PhysicalMachine |
get(Platform platform,
String name)
Gets the.
|
String |
getConfigNetaddress()
Gets the config netaddress.
|
String |
getDirectory()
Gets the directory.
|
String |
getDomain()
Gets the domain.
|
PhysicalFile[] |
getFiles()
Gets the files.
|
String |
getName()
Gets the name.
|
String |
getNetaddress()
Gets the netaddress.
|
int |
getOS()
Gets the os.
|
Utils.HPCCEnvOSCode |
getOSCode()
Gets the OS code.
|
String |
getOSName()
Gets the OS name.
|
String |
getPath()
Gets the path.
|
int |
hashCode() |
protected boolean |
isComplete() |
void |
update(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachine tpmachinestruct)
Update.
|
void |
update(TpMachineWrapper tpmachinestruct)
Update.
|
monitoraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static PhysicalMachine get(Platform platform, String name)
platform - the platformname - the namepublic String getName()
public String getConfigNetaddress()
public String getNetaddress()
public String getDirectory()
public String getDomain()
public int getOS()
public Utils.HPCCEnvOSCode getOSCode()
public String getOSName()
public String getPath()
public PhysicalFile[] getFiles()
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.TpMachine tpmachinestruct)
tpmachinestruct - the tpmachinestructpublic void update(TpMachineWrapper tpmachinestruct)
tpmachinestruct - the tpmachinestructpublic boolean equals(Object aThat)
equals in class DataSingletonpublic int hashCode()
hashCode in class DataSingletonCopyright © 2021. All rights reserved.