パッケージ | 説明 |
---|---|
ome.services.blitz.impl | |
ome.services.blitz.util | |
ome.services.throttling |
修飾子とタイプ | フィールドと説明 |
---|---|
protected IceMethodInvoker |
AbstractAmdServant.invoker
If a service is provided, then an invoker will be created to cache all of
its methods.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
BlitzExecutor.callInvokerOnRawArgs(ome.api.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(ome.api.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. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
InThreadThrottlingStrategy.callInvokerOnRawArgs(ome.api.ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
void |
SerialThrottlingStrategy.callInvokerOnRawArgs(ome.api.ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
void |
InThreadThrottlingStrategy.callInvokerWithMappedArgs(ome.api.ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
void |
SerialThrottlingStrategy.callInvokerWithMappedArgs(ome.api.ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args) |
コンストラクタと説明 |
---|
Callback(java.lang.Boolean io,
java.lang.Boolean db,
ome.api.ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object cb,
IceMapper mapper,
Ice.Current current,
java.lang.Object... args) |
Callback(ome.api.ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object cb,
Ice.Current current,
java.lang.Object... args) |