|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fv.uploadtocache.UploadToCacheServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
UploadToCacheServiceFwd()
|
Method Summary | |
void |
clientUpdateContent(String docNumber,
String fileName,
CachedContentDescriptor cachedContDescr)
This method is intended for test purposes only. |
Vector |
findBackupFileList(String holderId)
Find a list of files related to Content Cache Server needed to backup for the specified ContentHolder with the ID "holderId". |
Vector |
findBackupFileListForSite(String siteName)
Find a list of files related to Content Cache Server needed to backup for the specified site. |
CacheDescriptor |
getCacheDescriptor(int number_of_files)
Supported API: false |
CacheDescriptor |
getCacheDescriptor(int number_of_files,
boolean useMasterCache)
Get CacheDescriptor for the specified number of files for upload to preferred site. |
private static Manager |
getManager()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public UploadToCacheServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public CacheDescriptor getCacheDescriptor(int number_of_files) throws WTException
getCacheDescriptor
in interface UploadToCacheService
number_of_files
-
WTException
public void clientUpdateContent(String docNumber, String fileName, CachedContentDescriptor cachedContDescr) throws WTException, PropertyVetoException
clientUpdateContent
in interface UploadToCacheService
docNumber
- fileName
- cachedContDescr
-
WTException
PropertyVetoException
public Vector findBackupFileListForSite(String siteName) throws WTException
findBackupFileListForSite
in interface UploadToCacheService
siteName
-
WTException
public Vector findBackupFileList(String holderId) throws WTException
findBackupFileList
in interface UploadToCacheService
holderId
-
WTException
public CacheDescriptor getCacheDescriptor(int number_of_files, boolean useMasterCache) throws WTException
getCacheDescriptor
in interface UploadToCacheService
number_of_files
- useMasterCache
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |