Package omero

Interface RTypePrx

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ice.AsyncResult begin_compare​(RType rhs)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, Ice.Callback __cb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_RType_compare __cb)
      Equals-like functionality for all RTypes.
      Ice.AsyncResult begin_compare​(RType rhs, Callback_RType_compare __cb)
      Equals-like functionality for all RTypes.
      int compare​(RType rhs)
      Equals-like functionality for all RTypes.
      int compare​(RType rhs, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Equals-like functionality for all RTypes.
      int end_compare​(Ice.AsyncResult __result)
      Equals-like functionality for all RTypes.
      • Methods inherited from interface Ice.ObjectPrx

        begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
    • Method Detail

      • compare

        int compare​(RType rhs)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
      • compare

        int compare​(RType rhs,
                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __ctx - The Context map to send with the invocation.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      Ice.Callback __cb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      Ice.Callback __cb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      Callback_RType_compare __cb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      Callback_RType_compare __cb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      IceInternal.Functional_IntCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      IceInternal.Functional_IntCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                      IceInternal.Functional_BoolCallback __sentCb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      IceInternal.Functional_IntCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_compare

        Ice.AsyncResult begin_compare​(RType rhs,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      IceInternal.Functional_IntCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                      IceInternal.Functional_BoolCallback __sentCb)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_compare

        int end_compare​(Ice.AsyncResult __result)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __result - The asynchronous result object.