Package ome.services.blitz.repo
Class PublicRepositoryI.AMD_submit
- java.lang.Object
-
- ome.services.blitz.repo.PublicRepositoryI.AMD_submit
-
- All Implemented Interfaces:
Ice.AMDCallback
,AMD_Session_submit
- Enclosing class:
- PublicRepositoryI
public static class PublicRepositoryI.AMD_submit extends java.lang.Object implements AMD_Session_submit
-
-
Constructor Summary
Constructors Constructor Description AMD_submit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ice_exception(java.lang.Exception ex)
void
ice_response(HandlePrx __ret)
-
-
-
Method Detail
-
ice_response
public void ice_response(HandlePrx __ret)
- Specified by:
ice_response
in interfaceAMD_Session_submit
-
ice_exception
public void ice_exception(java.lang.Exception ex)
- Specified by:
ice_exception
in interfaceIce.AMDCallback
-
-