public class _IRepositoryInfoTie extends _IRepositoryInfoDisp implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUID | 
__idsice_staticId| Constructor and Description | 
|---|
| _IRepositoryInfoTie(_IRepositoryInfoOperations delegate) | 
| _IRepositoryInfoTie() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object rhs) | 
| void | getFreeSpaceInKilobytes_async(AMD_IRepositoryInfo_getFreeSpaceInKilobytes __cb,
                             Ice.Current __current)Returns the free or available space on this file system
 including nested subdirectories. | 
| void | getUsageFraction_async(AMD_IRepositoryInfo_getUsageFraction __cb,
                      Ice.Current __current)Returns a double of the used space divided by the free
 space. | 
| void | getUsedSpaceInKilobytes_async(AMD_IRepositoryInfo_getUsedSpaceInKilobytes __cb,
                             Ice.Current __current)Returns the total space in bytes for this file system
 including nested subdirectories. | 
| int | hashCode() | 
| java.lang.Object | ice_delegate() | 
| void | ice_delegate(java.lang.Object delegate) | 
| void | removeUnusedFiles_async(AMD_IRepositoryInfo_removeUnusedFiles __cb,
                       Ice.Current __current)Removes all files from the server that do not have an
 OriginalFile complement in the database, all the Pixels
 that do not have a complement in the database and all the
 Thumbnail's that do not have a complement in the database. | 
| void | sanityCheckRepository_async(AMD_IRepositoryInfo_sanityCheckRepository __cb,
                           Ice.Current __current)Checks that image data repository has not exceeded 95% disk
 space use level. | 
___getFreeSpaceInKilobytes, ___getUsageFraction, ___getUsedSpaceInKilobytes, ___removeUnusedFiles, ___sanityCheckRepository, __dispatch, __readImpl, __writeImpl, getFreeSpaceInKilobytes_async, getUsageFraction_async, getUsedSpaceInKilobytes_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, removeUnusedFiles_async, sanityCheckRepository_async___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalpublic static final long serialVersionUID
public _IRepositoryInfoTie()
public _IRepositoryInfoTie(_IRepositoryInfoOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void getFreeSpaceInKilobytes_async(AMD_IRepositoryInfo_getFreeSpaceInKilobytes __cb, Ice.Current __current) throws ServerError
_IRepositoryInfoOperationsgetFreeSpaceInKilobytes_async in interface _IRepositoryInfoOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void getUsageFraction_async(AMD_IRepositoryInfo_getUsageFraction __cb, Ice.Current __current) throws ServerError
_IRepositoryInfoOperationsgetUsageFraction_async in interface _IRepositoryInfoOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void getUsedSpaceInKilobytes_async(AMD_IRepositoryInfo_getUsedSpaceInKilobytes __cb, Ice.Current __current) throws ServerError
_IRepositoryInfoOperationsgetUsedSpaceInKilobytes_async in interface _IRepositoryInfoOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void removeUnusedFiles_async(AMD_IRepositoryInfo_removeUnusedFiles __cb, Ice.Current __current) throws ServerError
_IRepositoryInfoOperationsremoveUnusedFiles_async in interface _IRepositoryInfoOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void sanityCheckRepository_async(AMD_IRepositoryInfo_sanityCheckRepository __cb, Ice.Current __current) throws ServerError
_IRepositoryInfoOperationssanityCheckRepository_async in interface _IRepositoryInfoOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError