- All Implemented Interfaces:
 
- Ice.TwowayCallback, Ice.TwowayCallbackVoidUE
 
public abstract class Callback_StatefulServiceInterface_close
extends IceInternal.TwowayCallback
implements Ice.TwowayCallbackVoidUE
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.