ome.services.blitz.impl
Class RepositoryInfoI

java.lang.Object
  extended by ome.services.blitz.impl.AbstractAmdServant
      extended by ome.services.blitz.impl.RepositoryInfoI
All Implemented Interfaces:
omero.api._IRepositoryInfoOperations, omero.api._ServiceInterfaceOperations, org.springframework.context.ApplicationContextAware

public class RepositoryInfoI
extends AbstractAmdServant
implements omero.api._IRepositoryInfoOperations

Implementation of the IRepositoryInfo service.

Since:
3.0-Beta4
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
IRepositoryInfo

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, ctx, invoker, log, service
 
Constructor Summary
RepositoryInfoI(IRepositoryInfo service, BlitzExecutor be)
           
 
Method Summary
 void getFreeSpaceInKilobytes_async(omero.api.AMD_IRepositoryInfo_getFreeSpaceInKilobytes __cb, Ice.Current __current)
           
 void getUsageFraction_async(omero.api.AMD_IRepositoryInfo_getUsageFraction __cb, Ice.Current __current)
           
 void getUsedSpaceInKilobytes_async(omero.api.AMD_IRepositoryInfo_getUsedSpaceInKilobytes __cb, Ice.Current __current)
           
 void removeUnusedFiles_async(omero.api.AMD_IRepositoryInfo_removeUnusedFiles __cb, Ice.Current __current)
           
 void sanityCheckRepository_async(omero.api.AMD_IRepositoryInfo_sanityCheckRepository __cb, Ice.Current __current)
           
 
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, close_async, close, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, preClose, runnableCall, safeRunnableCall, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryInfoI

public RepositoryInfoI(IRepositoryInfo service,
                       BlitzExecutor be)
Method Detail

getFreeSpaceInKilobytes_async

public void getFreeSpaceInKilobytes_async(omero.api.AMD_IRepositoryInfo_getFreeSpaceInKilobytes __cb,
                                          Ice.Current __current)
                                   throws omero.ServerError
Specified by:
getFreeSpaceInKilobytes_async in interface omero.api._IRepositoryInfoOperations
Throws:
omero.ServerError

getUsageFraction_async

public void getUsageFraction_async(omero.api.AMD_IRepositoryInfo_getUsageFraction __cb,
                                   Ice.Current __current)
                            throws omero.ServerError
Specified by:
getUsageFraction_async in interface omero.api._IRepositoryInfoOperations
Throws:
omero.ServerError

getUsedSpaceInKilobytes_async

public void getUsedSpaceInKilobytes_async(omero.api.AMD_IRepositoryInfo_getUsedSpaceInKilobytes __cb,
                                          Ice.Current __current)
                                   throws omero.ServerError
Specified by:
getUsedSpaceInKilobytes_async in interface omero.api._IRepositoryInfoOperations
Throws:
omero.ServerError

removeUnusedFiles_async

public void removeUnusedFiles_async(omero.api.AMD_IRepositoryInfo_removeUnusedFiles __cb,
                                    Ice.Current __current)
                             throws omero.ServerError
Specified by:
removeUnusedFiles_async in interface omero.api._IRepositoryInfoOperations
Throws:
omero.ServerError

sanityCheckRepository_async

public void sanityCheckRepository_async(omero.api.AMD_IRepositoryInfo_sanityCheckRepository __cb,
                                        Ice.Current __current)
                                 throws omero.ServerError
Specified by:
sanityCheckRepository_async in interface omero.api._IRepositoryInfoOperations
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.