public class _IRoiTie extends _IRoiDisp implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
ice_staticId| Constructor and Description | 
|---|
_IRoiTie(_IRoiOperations delegate)  | 
_IRoiTie()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object rhs)  | 
void | 
findByImage_async(AMD_IRoi_findByImage __cb,
                 long imageId,
                 RoiOptions opts,
                 Ice.Current __current)
Deprecated.  
 | 
void | 
findByPlane_async(AMD_IRoi_findByPlane __cb,
                 long imageId,
                 int z,
                 int t,
                 RoiOptions opts,
                 Ice.Current __current)
Deprecated.  
 | 
void | 
findByRoi_async(AMD_IRoi_findByRoi __cb,
               long roiId,
               RoiOptions opts,
               Ice.Current __current)
Deprecated.  
 | 
void | 
getMeasuredRois_async(AMD_IRoi_getMeasuredRois __cb,
                     long imageId,
                     long annotationId,
                     RoiOptions opts,
                     Ice.Current __current)
Deprecated.  
 | 
void | 
getMeasuredRoisMap_async(AMD_IRoi_getMeasuredRoisMap __cb,
                        long imageId,
                        java.util.List<java.lang.Long> annotationIds,
                        RoiOptions opts,
                        Ice.Current __current)
Deprecated.  
 | 
void | 
getPoints_async(AMD_IRoi_getPoints __cb,
               long shapeId,
               Ice.Current __current)
Deprecated.  
 | 
void | 
getRoiMeasurements_async(AMD_IRoi_getRoiMeasurements __cb,
                        long imageId,
                        RoiOptions opts,
                        Ice.Current __current)
Deprecated.  
 | 
void | 
getRoiStats_async(AMD_IRoi_getRoiStats __cb,
                 long roiId,
                 Ice.Current __current)
Deprecated.  
 | 
void | 
getShapeStats_async(AMD_IRoi_getShapeStats __cb,
                   long shapeId,
                   Ice.Current __current)
Deprecated.  
 | 
void | 
getShapeStatsList_async(AMD_IRoi_getShapeStatsList __cb,
                       java.util.List<java.lang.Long> shapeIdList,
                       Ice.Current __current)
Deprecated.  
 | 
void | 
getShapeStatsRestricted_async(AMD_IRoi_getShapeStatsRestricted __cb,
                             java.util.List<java.lang.Long> shapeIdList,
                             int zForUnattached,
                             int tForUnattached,
                             int[] channels,
                             Ice.Current __current)
Deprecated.  
 | 
void | 
getTable_async(AMD_IRoi_getTable __cb,
              long annotationId,
              Ice.Current __current)
Deprecated.  
 | 
int | 
hashCode()  | 
java.lang.Object | 
ice_delegate()  | 
void | 
ice_delegate(java.lang.Object delegate)  | 
void | 
uploadMask_async(AMD_IRoi_uploadMask __cb,
                long roiId,
                int z,
                int t,
                byte[] bytes,
                Ice.Current __current)
Deprecated.  
 | 
___findByImage, ___findByPlane, ___findByRoi, ___getMeasuredRois, ___getMeasuredRoisMap, ___getPoints, ___getRoiMeasurements, ___getRoiStats, ___getShapeStats, ___getShapeStatsList, ___getShapeStatsRestricted, ___getTable, ___uploadMask, __dispatch, __readImpl, __writeImpl, findByImage_async, findByPlane_async, findByRoi_async, getMeasuredRois_async, getMeasuredRoisMap_async, getPoints_async, getRoiMeasurements_async, getRoiStats_async, getShapeStats_async, getShapeStatsList_async, getShapeStatsRestricted_async, getTable_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, uploadMask_async___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalpublic static final long serialVersionUID
public _IRoiTie()
public _IRoiTie(_IRoiOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated public void findByImage_async(AMD_IRoi_findByImage __cb, long imageId, RoiOptions opts, Ice.Current __current) throws ServerError
_IRoiOperationsfindByImage_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void findByPlane_async(AMD_IRoi_findByPlane __cb, long imageId, int z, int t, RoiOptions opts, Ice.Current __current) throws ServerError
_IRoiOperationsfindByPlane_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void findByRoi_async(AMD_IRoi_findByRoi __cb, long roiId, RoiOptions opts, Ice.Current __current) throws ServerError
_IRoiOperationsfindByRoi_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getMeasuredRois_async(AMD_IRoi_getMeasuredRois __cb, long imageId, long annotationId, RoiOptions opts, Ice.Current __current) throws ServerError
_IRoiOperationsFileAnnotation id for the given image.getMeasuredRois_async in interface _IRoiOperations__cb - The callback object for the operation.annotationId - if -1, logic is identical to findByImage(imageId, opts)__current - The Current object for the invocation.ServerError@Deprecated public void getMeasuredRoisMap_async(AMD_IRoi_getMeasuredRoisMap __cb, long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, Ice.Current __current) throws ServerError
_IRoiOperationsFileAnnotation ids
 to RoiResult instances.
 Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e.
 the objects are referentially identical)getMeasuredRoisMap_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getPoints_async(AMD_IRoi_getPoints __cb, long shapeId, Ice.Current __current) throws ServerError
_IRoiOperationsgetPoints_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getRoiMeasurements_async(AMD_IRoi_getRoiMeasurements __cb, long imageId, RoiOptions opts, Ice.Current __current) throws ServerError
_IRoiOperationsFileAnnotation
 instances with the namespace
 openmicroscopy.org/measurements which are attached
 to the Plate containing the given image
 AND which are attached to at least one
 RoigetRoiMeasurements_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getRoiStats_async(AMD_IRoi_getRoiStats __cb, long roiId, Ice.Current __current) throws ServerError
_IRoiOperationsgetRoiStats_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getShapeStats_async(AMD_IRoi_getShapeStats __cb, long shapeId, Ice.Current __current) throws ServerError
_IRoiOperationsgetShapeStats_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getShapeStatsList_async(AMD_IRoi_getShapeStatsList __cb, java.util.List<java.lang.Long> shapeIdList, Ice.Current __current) throws ServerError
_IRoiOperationsgetShapeStatsList_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getShapeStatsRestricted_async(AMD_IRoi_getShapeStatsRestricted __cb, java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, Ice.Current __current) throws ServerError
_IRoiOperationsgetShapeStatsRestricted_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void getTable_async(AMD_IRoi_getTable __cb, long annotationId, Ice.Current __current) throws ServerError
_IRoiOperationsFileAnnotation id returned
 by getImageMeasurements.getTable_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError@Deprecated public void uploadMask_async(AMD_IRoi_uploadMask __cb, long roiId, int z, int t, byte[] bytes, Ice.Current __current) throws ServerError
uploadMask_async in interface _IRoiOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerError