Interface ICacheMgr
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICacheMgr extends com4j.Com4jObject
For HP use. Manages the system cache in conjunction with the ExtendedStorage objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
isRunning()
The cache manager is running.void
run()
Starts the CacheMgr thread and returns immediately.void
setCurrentTest(java.lang.String bsTestPath)
Method SetCurrentTest.void
setFileTime(java.lang.String bsFilePath)
Use the date of download from the server instead of the access date when determining older files for deletion.void
setUpdateRegistry(int bAllowUpdate)
Method SetUpdateRegistry.
-
-
-
Method Detail
-
run
void run()
Starts the CacheMgr thread and returns immediately.
-
isRunning
int isRunning()
The cache manager is running.
Getter method for the COM property "IsRunning"
- Returns:
- Returns a value of type int
-
setFileTime
void setFileTime(java.lang.String bsFilePath)
Use the date of download from the server instead of the access date when determining older files for deletion.
- Parameters:
bsFilePath
- Mandatory java.lang.String parameter.
-
setUpdateRegistry
void setUpdateRegistry(int bAllowUpdate)
Method SetUpdateRegistry.
- Parameters:
bAllowUpdate
- Mandatory int parameter.
-
setCurrentTest
void setCurrentTest(java.lang.String bsTestPath)
Method SetCurrentTest.
- Parameters:
bsTestPath
- Mandatory java.lang.String parameter.
-
-