Class LogicalFile
- java.lang.Object
-
- java.util.Observable
-
- org.hpccsystems.ws.client.utils.DataSingleton
-
- org.hpccsystems.ws.client.platform.LogicalFile
-
public class LogicalFile extends DataSingleton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogicalFile.Notification
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object aThat)protected voidfastRefresh()protected voidfullRefresh()static LogicalFileget(Platform platform, String name)Gets the.StringgetDir()Gets the dir.FileSprayWorkunitgetFileSprayWorkunit()Gets the file spray workunit.StringgetName()Gets the name.WorkunitgetWorkunit()Gets the workunit.inthashCode()protected booleanisComplete()voidupdate(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFULogicalFile lf)Update.voidUpdate(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile sf)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 LogicalFile get(Platform platform, String name)
Gets the.- Parameters:
platform- the platformname- the name- Returns:
- the logical file
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getWorkunit
public Workunit getWorkunit()
Gets the workunit.- Returns:
- the workunit
-
getFileSprayWorkunit
public FileSprayWorkunit getFileSprayWorkunit()
Gets the file spray workunit.- Returns:
- the file spray workunit
-
getDir
public String getDir()
Gets the dir.- Returns:
- the dir
-
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.wsdfu.latest.DFULogicalFile lf)
Update.- Parameters:
lf- the lf
-
Update
public void Update(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile sf)
Update.- Parameters:
sf- the sf
-
equals
public boolean equals(Object aThat)
- Specified by:
equalsin classDataSingleton
-
hashCode
public int hashCode()
- Specified by:
hashCodein classDataSingleton
-
-