ome.services.blitz.impl
Class ConfigI

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

public class ConfigI
extends AbstractAmdServant
implements omero.api._IConfigOperations

Implementation of the IConfig service.

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

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, invoker, service
 
Constructor Summary
ConfigI(IConfig service, BlitzExecutor be)
           
 
Method Summary
 void getConfigValue_async(omero.api.AMD_IConfig_getConfigValue __cb, String key, Ice.Current __current)
           
 void getDatabaseTime_async(omero.api.AMD_IConfig_getDatabaseTime __cb, Ice.Current __current)
           
 void getDatabaseUuid_async(omero.api.AMD_IConfig_getDatabaseUuid __cb, Ice.Current __current)
           
 void getServerTime_async(omero.api.AMD_IConfig_getServerTime __cb, Ice.Current __current)
           
 void getVersion_async(omero.api.AMD_IConfig_getVersion __cb, Ice.Current __current)
           
 void setConfigValue_async(omero.api.AMD_IConfig_setConfigValue __cb, String key, String value, Ice.Current __current)
           
 void setConfigValueIfEquals_async(omero.api.AMD_IConfig_setConfigValueIfEquals __cb, String key, String value, String test, Ice.Current __current)
           
 
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant
applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, onSetOmeroContext, runnableCall, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigI

public ConfigI(IConfig service,
               BlitzExecutor be)
Method Detail

getConfigValue_async

public void getConfigValue_async(omero.api.AMD_IConfig_getConfigValue __cb,
                                 String key,
                                 Ice.Current __current)
                          throws omero.ServerError
Specified by:
getConfigValue_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError

getDatabaseTime_async

public void getDatabaseTime_async(omero.api.AMD_IConfig_getDatabaseTime __cb,
                                  Ice.Current __current)
                           throws omero.ServerError
Specified by:
getDatabaseTime_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError

getDatabaseUuid_async

public void getDatabaseUuid_async(omero.api.AMD_IConfig_getDatabaseUuid __cb,
                                  Ice.Current __current)
                           throws omero.ServerError
Specified by:
getDatabaseUuid_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError

getServerTime_async

public void getServerTime_async(omero.api.AMD_IConfig_getServerTime __cb,
                                Ice.Current __current)
                         throws omero.ServerError
Specified by:
getServerTime_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError

getVersion_async

public void getVersion_async(omero.api.AMD_IConfig_getVersion __cb,
                             Ice.Current __current)
                      throws omero.ServerError
Specified by:
getVersion_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError

setConfigValue_async

public void setConfigValue_async(omero.api.AMD_IConfig_setConfigValue __cb,
                                 String key,
                                 String value,
                                 Ice.Current __current)
                          throws omero.ServerError
Specified by:
setConfigValue_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError

setConfigValueIfEquals_async

public void setConfigValueIfEquals_async(omero.api.AMD_IConfig_setConfigValueIfEquals __cb,
                                         String key,
                                         String value,
                                         String test,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
setConfigValueIfEquals_async in interface omero.api._IConfigOperations
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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