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_28.TpMachine tpmachinestruct)
Update.
|
void |
update(TpMachineWrapper tpmachinestruct)
Update.
|
monitor
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public 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 DataSingleton
protected void fastRefresh()
fastRefresh
in class DataSingleton
protected void fullRefresh()
fullRefresh
in class DataSingleton
public void update(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_28.TpMachine tpmachinestruct)
tpmachinestruct
- the tpmachinestructpublic void update(TpMachineWrapper tpmachinestruct)
tpmachinestruct
- the tpmachinestructpublic boolean equals(Object aThat)
equals
in class DataSingleton
public int hashCode()
hashCode
in class DataSingleton
Copyright © 2021. All rights reserved.