public interface ICacheMgr
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
isRunning()
The cache manager is running.
|
void |
run()
Starts the CacheMgr thread and returns immediately.
|
void |
setCurrentTest(String bsTestPath)
Method SetCurrentTest.
|
void |
setFileTime(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.
|
void run()
Starts the CacheMgr thread and returns immediately.
int isRunning()
The cache manager is running.
Getter method for the COM property "IsRunning"
void setFileTime(String bsFilePath)
Use the date of download from the server instead of the access date when determining older files for deletion.
bsFilePath
- Mandatory java.lang.String parameter.void setUpdateRegistry(int bAllowUpdate)
Method SetUpdateRegistry.
bAllowUpdate
- Mandatory int parameter.void setCurrentTest(String bsTestPath)
Method SetCurrentTest.
bsTestPath
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.