- All Superinterfaces:
- Ice.AMDCallback
public interface AMD_StatefulServiceInterface_passivate
extends Ice.AMDCallback
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.