Package omero.api
Class Callback_StatefulServiceInterface_close
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_StatefulServiceInterface_close
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description Callback_StatefulServiceInterface_close()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-