ome.services.blitz.impl
Class ConfigI
java.lang.Object
ome.services.blitz.impl.AbstractAmdServant
ome.services.blitz.impl.ConfigI
- All Implemented Interfaces:
- CloseableServant, 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
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 |
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 |
ConfigI
public ConfigI(IConfig service,
BlitzExecutor be)
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: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.