Class JoinDelegate

java.lang.Object
com.cbe.delegate.JoinDelegate

public class JoinDelegate extends Object
Delegate class for the asynchronous version of method:

  • cbe::QueryChain::join()

Note: This is different from the group join.
  • Constructor Details

    • JoinDelegate

      public JoinDelegate(long cPtr, boolean cMemoryOwn)
    • JoinDelegate

      public JoinDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(JoinDelegate obj)
    • swigSetCMemOwn

      public void swigSetCMemOwn(boolean own)
    • finalize

      public void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • swigDirectorDisconnect

      public void swigDirectorDisconnect()
    • swigReleaseOwnership

      public void swigReleaseOwnership()
    • swigTakeOwnership

      public void swigTakeOwnership()
    • onJoinSuccess

      public void onJoinSuccess(QueryResult queryResult)
      Called upon successful query.
      Parameters:
      queryResult - Instance of a QueryResult containing the result set.
    • onJoinError

      public void onJoinError(QueryError error, Context context)
      Called upon a failed join() call.
      Parameters:
      error - Error information passed from CloudBackend SDK.
      context - Additional context information about the original service
      call that has failed.