Uses of Class
omero.util.IceMapper

Packages that use IceMapper
ome.services.blitz.impl   
ome.services.blitz.util   
ome.services.throttling   
omero   
omero.util   
 

Uses of IceMapper in ome.services.blitz.impl
 

Subclasses of IceMapper in ome.services.blitz.impl
static class RoiI.RoiResultMapper
           
 

Methods in ome.services.blitz.impl with parameters of type IceMapper
 void AbstractAmdServant.callInvokerOnMappedArgs(IceMapper mapper, Object __cb, Ice.Current __current, Object... args)
           
 Object RoiI.RoiResultReturnMapper.mapReturnValue(IceMapper mapper, Object value)
           
 Object RoiI.RoiResultMapReturnMapper.mapReturnValue(IceMapper mapper, Object value)
           
 

Uses of IceMapper in ome.services.blitz.util
 

Methods in ome.services.blitz.util with parameters of type IceMapper
 void BlitzExecutor.callInvokerWithMappedArgs(ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, Object __cb, Ice.Current __current, Object... args)
          Passes the given arguments to IceMethodInvoker with the assumption that all conversion from omero.* to ome.* has taken place.
 Object IceMethodInvoker.invoke(Object obj, Ice.Current current, IceMapper mapper, Object... args)
          Calls the method named in Current.operation with the arguments provided mapped via the IceMapper instance.
 

Uses of IceMapper in ome.services.throttling
 

Methods in ome.services.throttling with parameters of type IceMapper
 void InThreadThrottlingStrategy.callInvokerWithMappedArgs(ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, Object __cb, Ice.Current __current, Object... args)
           
 void SerialThrottlingStrategy.callInvokerWithMappedArgs(ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, Object __cb, Ice.Current __current, Object... args)
           
 

Constructors in ome.services.throttling with parameters of type IceMapper
Adapter(Object callback, Ice.Current current, IceMapper mapper, Executor ex, Principal p, Executor.Work work)
           
Callback(Boolean io, Boolean db, ServiceInterface service, IceMethodInvoker invoker, Object cb, IceMapper mapper, Ice.Current current, Object... args)
           
Callback(ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, Object cb, Ice.Current current, Object... args)
           
 

Uses of IceMapper in omero
 

Methods in omero with parameters of type IceMapper
 Object rtypes.Conversion.convert(IceMapper mapper)
          Convert the "val" field on the given RType instance to an ome.model.* representation.
 

Uses of IceMapper in omero.util
 

Subclasses of IceMapper in omero.util
 class RTypeMapper
          Extension of IceMapper which guarantees that RCollection and RMap instances are properly created.
 

Methods in omero.util with parameters of type IceMapper
 Object IceMapper.ReturnMapping.mapReturnValue(IceMapper mapper, Object value)
           
 



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

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