Package | Description |
---|---|
ome.services.blitz.impl | |
ome.services.blitz.util | |
ome.services.throttling |
Modifier and Type | Field and Description |
---|---|
protected IceMethodInvoker |
AbstractAmdServant.invoker
If a service is provided, then an invoker will be created to cache all of
its methods.
|
Modifier and Type | Method and Description |
---|---|
void |
BlitzExecutor.callInvokerOnRawArgs(ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args)
Uses the given
IceMethodInvoker to make the method call. |
void |
BlitzExecutor.callInvokerWithMappedArgs(ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args)
Passes the given arguments to
IceMethodInvoker with the
assumption that all conversion from omero.* to ome.* has taken place. |
Modifier and Type | Method and Description |
---|---|
void |
InThreadThrottlingStrategy.callInvokerOnRawArgs(ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
void |
SerialThrottlingStrategy.callInvokerOnRawArgs(ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
void |
InThreadThrottlingStrategy.callInvokerWithMappedArgs(ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
void |
SerialThrottlingStrategy.callInvokerWithMappedArgs(ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
Constructor and Description |
---|
Callback(java.lang.Boolean io,
java.lang.Boolean db,
ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object cb,
IceMapper mapper,
Ice.Current current,
java.lang.Object... args) |
Callback(ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object cb,
Ice.Current current,
java.lang.Object... args) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.