- 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.