Package omero.api
Interface AMD_StatefulServiceInterface_close
-
- 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response()
ice_response indicates that the operation completed successfully.
-