Package omero.api
Class Callback_StatefulServiceInterface_passivate
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_StatefulServiceInterface_passivate
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackVoidUE
public abstract class Callback_StatefulServiceInterface_passivate extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUE
Causes the blitz server to store the service implementation to disk to free memory. This is typically done automatically by the server when a pre-defined memory limit is reached, but can be used by the client if it clear that a stateful service will not be used for some time. Activation will happen automatically whether passivation was done manually or automatically.
-
-
Constructor Summary
Constructors Constructor Description Callback_StatefulServiceInterface_passivate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-