Package | Description |
---|---|
ome.services.blitz.fire | |
ome.services.blitz.impl | |
ome.services.blitz.util | |
omero.cmd |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.Cache<String,ServantHolder> |
SessionManagerI.sessionToHolder
An internal mapping to all
ServiceFactoryI instances for a given
session since there is no method on ObjectAdapter to retrieve
all servants. |
Modifier and Type | Field and Description |
---|---|
protected ServantHolder |
AbstractAmdServant.holder |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmdServant.setHolder(ServantHolder holder)
Sets the
ServantHolder for the current session so that on
AbstractCloseableAmdServant.close_async(AMD_StatefulServiceInterface_close, Current)
it will be possible to cleanup the resources. |
Constructor and Description |
---|
ServiceFactoryI(boolean reusedSession,
Ice.Current current,
ServantHolder holder,
Glacier2.SessionControlPrx control,
OmeroContext context,
SessionManager manager,
Executor executor,
Principal p,
List<HardWiredInterceptor> interceptors,
TopicManager topicManager,
Registry registry,
String token) |
ServiceFactoryI(Ice.Current current,
ServantHolder holder,
Glacier2.SessionControlPrx control,
OmeroContext context,
SessionManager manager,
Executor executor,
Principal p,
List<HardWiredInterceptor> interceptors,
TopicManager topicManager,
Registry registry) |
Modifier and Type | Method and Description |
---|---|
ServantHolder |
UnregisterServantMessage.getHolder() |
Constructor and Description |
---|
UnregisterServantMessage(Object source,
Ice.Current current,
ServantHolder holder) |
Modifier and Type | Field and Description |
---|---|
ServantHolder |
SessionI.holder |
Modifier and Type | Method and Description |
---|---|
static void |
SessionI.cleanServants(boolean all,
String clientId,
ServantHolder holder,
Ice.ObjectAdapter adapter)
Clean all servants that are in the current holder and remove them from
the adapter.
|
static void |
SessionI.unregisterServant(Ice.Identity id,
Ice.ObjectAdapter adapter,
ServantHolder holder)
Reverts all the additions made by
SessionI.registerServant(Ice.Identity, Ice.Object)
Now called by SessionManagerI in response
to an UnregisterServantMessage . |
Constructor and Description |
---|
SessionI(boolean reusedSession,
Ice.Current current,
ServantHolder holder,
Glacier2.SessionControlPrx control,
OmeroContext context,
SessionManager sessionManager,
Executor executor,
Principal principal,
String token) |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.