public final class IRepositoryInfoPrxHelper extends Ice.ObjectPrxHelperBase implements IRepositoryInfoPrx
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
Constructor and Description |
---|
IRepositoryInfoPrxHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
__getFreeSpaceInKilobytes_completed(Ice.TwowayCallbackLongUE __cb,
Ice.AsyncResult __result) |
static void |
__getUsageFraction_completed(Ice.TwowayCallbackDoubleUE __cb,
Ice.AsyncResult __result) |
static void |
__getUsedSpaceInKilobytes_completed(Ice.TwowayCallbackLongUE __cb,
Ice.AsyncResult __result) |
static IRepositoryInfoPrx |
__read(IceInternal.BasicStream __is) |
static void |
__removeUnusedFiles_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__sanityCheckRepository_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__write(IceInternal.BasicStream __os,
IRepositoryInfoPrx v) |
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes()
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(Callback_IRepositoryInfo_getFreeSpaceInKilobytes __cb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(Ice.Callback __cb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IRepositoryInfo_getFreeSpaceInKilobytes __cb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the free or available space on this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsageFraction()
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(Callback_IRepositoryInfo_getUsageFraction __cb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(Ice.Callback __cb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(IceInternal.Functional_DoubleCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(IceInternal.Functional_DoubleCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IRepositoryInfo_getUsageFraction __cb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_DoubleCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_DoubleCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a double of the used space divided by the free
space.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes()
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(Callback_IRepositoryInfo_getUsedSpaceInKilobytes __cb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(Ice.Callback __cb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IRepositoryInfo_getUsedSpaceInKilobytes __cb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the total space in bytes for this file system
including nested subdirectories.
|
Ice.AsyncResult |
begin_removeUnusedFiles()
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(Callback_IRepositoryInfo_removeUnusedFiles __cb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(Ice.Callback __cb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IRepositoryInfo_removeUnusedFiles __cb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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.
|
Ice.AsyncResult |
begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
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.
|
Ice.AsyncResult |
begin_sanityCheckRepository()
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(Callback_IRepositoryInfo_sanityCheckRepository __cb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(Ice.Callback __cb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IRepositoryInfo_sanityCheckRepository __cb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
Ice.AsyncResult |
begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Checks that image data repository has not exceeded 95% disk
space use level.
|
static IRepositoryInfoPrx |
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.
|
static IRepositoryInfoPrx |
checkedCast(Ice.ObjectPrx __obj,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.
|
static IRepositoryInfoPrx |
checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.
|
static IRepositoryInfoPrx |
checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.
|
long |
end_getFreeSpaceInKilobytes(Ice.AsyncResult __iresult)
Returns the free or available space on this file system
including nested subdirectories.
|
double |
end_getUsageFraction(Ice.AsyncResult __iresult)
Returns a double of the used space divided by the free
space.
|
long |
end_getUsedSpaceInKilobytes(Ice.AsyncResult __iresult)
Returns the total space in bytes for this file system
including nested subdirectories.
|
void |
end_removeUnusedFiles(Ice.AsyncResult __iresult)
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 |
end_sanityCheckRepository(Ice.AsyncResult __iresult)
Checks that image data repository has not exceeded 95% disk
space use level.
|
long |
getFreeSpaceInKilobytes()
Returns the free or available space on this file system
including nested subdirectories.
|
long |
getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the free or available space on this file system
including nested subdirectories.
|
double |
getUsageFraction()
Returns a double of the used space divided by the free
space.
|
double |
getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a double of the used space divided by the free
space.
|
long |
getUsedSpaceInKilobytes()
Returns the total space in bytes for this file system
including nested subdirectories.
|
long |
getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the total space in bytes for this file system
including nested subdirectories.
|
static java.lang.String |
ice_staticId()
Provides the Slice type ID of this type.
|
void |
removeUnusedFiles()
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 |
removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx)
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()
Checks that image data repository has not exceeded 95% disk
space use level.
|
void |
sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx)
Checks that image data repository has not exceeded 95% disk
space use level.
|
static IRepositoryInfoPrx |
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.
|
static IRepositoryInfoPrx |
uncheckedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.
|
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
public static final java.lang.String[] __ids
public static final long serialVersionUID
public long getFreeSpaceInKilobytes() throws ServerError
IRepositoryInfoPrx
getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
ServerError
public long getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRepositoryInfoPrx
getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getFreeSpaceInKilobytes()
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
public Ice.AsyncResult begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(Ice.Callback __cb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(Callback_IRepositoryInfo_getFreeSpaceInKilobytes __cb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRepositoryInfo_getFreeSpaceInKilobytes __cb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getFreeSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public long end_getFreeSpaceInKilobytes(Ice.AsyncResult __iresult) throws ServerError
IRepositoryInfoPrx
end_getFreeSpaceInKilobytes
in interface IRepositoryInfoPrx
__iresult
- The asynchronous result object.ServerError
public static void __getFreeSpaceInKilobytes_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
public double getUsageFraction() throws ServerError
IRepositoryInfoPrx
getUsageFraction
in interface IRepositoryInfoPrx
ServerError
public double getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRepositoryInfoPrx
getUsageFraction
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getUsageFraction()
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
public Ice.AsyncResult begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getUsageFraction(Ice.Callback __cb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsageFraction(Callback_IRepositoryInfo_getUsageFraction __cb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRepositoryInfo_getUsageFraction __cb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsageFraction(IceInternal.Functional_DoubleCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getUsageFraction(IceInternal.Functional_DoubleCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_DoubleCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getUsageFraction(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_DoubleCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_getUsageFraction
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public double end_getUsageFraction(Ice.AsyncResult __iresult) throws ServerError
IRepositoryInfoPrx
end_getUsageFraction
in interface IRepositoryInfoPrx
__iresult
- The asynchronous result object.ServerError
public static void __getUsageFraction_completed(Ice.TwowayCallbackDoubleUE __cb, Ice.AsyncResult __result)
public long getUsedSpaceInKilobytes() throws ServerError
IRepositoryInfoPrx
getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
ServerError
public long getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRepositoryInfoPrx
getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getUsedSpaceInKilobytes()
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
public Ice.AsyncResult begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(Ice.Callback __cb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(Callback_IRepositoryInfo_getUsedSpaceInKilobytes __cb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRepositoryInfo_getUsedSpaceInKilobytes __cb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getUsedSpaceInKilobytes(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public long end_getUsedSpaceInKilobytes(Ice.AsyncResult __iresult) throws ServerError
IRepositoryInfoPrx
end_getUsedSpaceInKilobytes
in interface IRepositoryInfoPrx
__iresult
- The asynchronous result object.ServerError
public static void __getUsedSpaceInKilobytes_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
public void removeUnusedFiles() throws ServerError
IRepositoryInfoPrx
removeUnusedFiles
in interface IRepositoryInfoPrx
ServerError
public void removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRepositoryInfoPrx
removeUnusedFiles
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeUnusedFiles()
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
public Ice.AsyncResult begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeUnusedFiles(Ice.Callback __cb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUnusedFiles(Callback_IRepositoryInfo_removeUnusedFiles __cb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRepositoryInfo_removeUnusedFiles __cb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUnusedFiles(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeUnusedFiles(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeUnusedFiles(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_removeUnusedFiles
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public void end_removeUnusedFiles(Ice.AsyncResult __iresult) throws ServerError
IRepositoryInfoPrx
end_removeUnusedFiles
in interface IRepositoryInfoPrx
__iresult
- The asynchronous result object.ServerError
public static void __removeUnusedFiles_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void sanityCheckRepository() throws ServerError
IRepositoryInfoPrx
sanityCheckRepository
in interface IRepositoryInfoPrx
ServerError
public void sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IRepositoryInfoPrx
sanityCheckRepository
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_sanityCheckRepository()
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
public Ice.AsyncResult begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_sanityCheckRepository(Ice.Callback __cb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_sanityCheckRepository(Callback_IRepositoryInfo_sanityCheckRepository __cb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IRepositoryInfo_sanityCheckRepository __cb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_sanityCheckRepository(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_sanityCheckRepository(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_sanityCheckRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IRepositoryInfoPrx
begin_sanityCheckRepository
in interface IRepositoryInfoPrx
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public void end_sanityCheckRepository(Ice.AsyncResult __iresult) throws ServerError
IRepositoryInfoPrx
end_sanityCheckRepository
in interface IRepositoryInfoPrx
__iresult
- The asynchronous result object.ServerError
public static void __sanityCheckRepository_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public static IRepositoryInfoPrx checkedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static IRepositoryInfoPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.public static IRepositoryInfoPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static IRepositoryInfoPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.public static IRepositoryInfoPrx uncheckedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static IRepositoryInfoPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static java.lang.String ice_staticId()
public static void __write(IceInternal.BasicStream __os, IRepositoryInfoPrx v)
public static IRepositoryInfoPrx __read(IceInternal.BasicStream __is)