- All Superinterfaces:
- Ice.AMDCallback
public interface AMD_StatefulServiceInterface_close
extends Ice.AMDCallback
Frees all resources -- passivated or active -- for the given
stateful service and removes its name from the object adapter.
Any further method calls will fail with a Ice::NoSuchObjectException.
Note: with JavaEE, the close method was called publicly,
and internally this called destroy(). As of the OmeroBlitz
migration, this functionality has been combined.