Class PhysicalMachine
- java.lang.Object
-
- java.util.Observable
-
- org.hpccsystems.ws.client.utils.DataSingleton
-
- org.hpccsystems.ws.client.platform.PhysicalMachine
-
public class PhysicalMachine extends DataSingleton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhysicalMachine.Notification
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object aThat)protected voidfastRefresh()protected voidfullRefresh()static PhysicalMachineget(Platform platform, String name)Gets the.StringgetConfigNetaddress()Gets the config netaddress.StringgetDirectory()Gets the directory.StringgetDomain()Gets the domain.PhysicalFile[]getFiles()Gets the files.StringgetName()Gets the name.StringgetNetaddress()Gets the netaddress.intgetOS()Gets the os.Utils.HPCCEnvOSCodegetOSCode()Gets the OS code.StringgetOSName()Gets the OS name.StringgetPath()Gets the path.inthashCode()protected booleanisComplete()voidupdate(org.hpccsystems.ws.client.gen.axis2.wstopology.latest.TpMachine tpmachinestruct)Update.voidupdate(org.hpccsystems.ws.client.wrappers.gen.wstopology.TpMachineWrapper tpmachinestruct)Update.-
Methods inherited from class org.hpccsystems.ws.client.utils.DataSingleton
monitor
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Method Detail
-
get
public static PhysicalMachine get(Platform platform, String name)
Gets the.- Parameters:
platform- the platformname- the name- Returns:
- the physical machine
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getConfigNetaddress
public String getConfigNetaddress()
Gets the config netaddress.- Returns:
- the config netaddress
-
getNetaddress
public String getNetaddress()
Gets the netaddress.- Returns:
- the netaddress
-
getDirectory
public String getDirectory()
Gets the directory.- Returns:
- the directory
-
getDomain
public String getDomain()
Gets the domain.- Returns:
- the domain
-
getOS
public int getOS()
Gets the os.- Returns:
- the os
-
getOSCode
public Utils.HPCCEnvOSCode getOSCode()
Gets the OS code.- Returns:
- the OS code
-
getOSName
public String getOSName()
Gets the OS name.- Returns:
- the OS name
-
getPath
public String getPath()
Gets the path.- Returns:
- the path
-
getFiles
public PhysicalFile[] getFiles()
Gets the files.- Returns:
- the files
-
isComplete
protected boolean isComplete()
- Specified by:
isCompletein classDataSingleton
-
fastRefresh
protected void fastRefresh()
- Specified by:
fastRefreshin classDataSingleton
-
fullRefresh
protected void fullRefresh()
- Specified by:
fullRefreshin classDataSingleton
-
update
public void update(org.hpccsystems.ws.client.gen.axis2.wstopology.latest.TpMachine tpmachinestruct)
Update.- Parameters:
tpmachinestruct- the tpmachinestruct
-
update
public void update(org.hpccsystems.ws.client.wrappers.gen.wstopology.TpMachineWrapper tpmachinestruct)
Update.- Parameters:
tpmachinestruct- the tpmachinestruct
-
equals
public boolean equals(Object aThat)
- Specified by:
equalsin classDataSingleton
-
hashCode
public int hashCode()
- Specified by:
hashCodein classDataSingleton
-
-