Package com.cbe.delegate
Class JoinDelegate
java.lang.Object
com.cbe.delegate.JoinDelegate
Delegate class for the asynchronous version of method:
 
Note: This is different from the group join.
-  cbe::QueryChain::join()
 
Note: This is different from the group join.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longgetCPtr(JoinDelegate obj) voidonJoinError(QueryError error, Context context) Called upon a failed join() call.voidonJoinSuccess(QueryResult queryResult) Called upon successful query.voidvoidvoidswigSetCMemOwn(boolean own) void
- 
Constructor Details- 
JoinDelegatepublic JoinDelegate(long cPtr, boolean cMemoryOwn) 
- 
JoinDelegatepublic JoinDelegate()
 
- 
- 
Method Details- 
getCPtr
- 
swigSetCMemOwnpublic void swigSetCMemOwn(boolean own) 
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
swigDirectorDisconnectpublic void swigDirectorDisconnect()
- 
swigReleaseOwnershippublic void swigReleaseOwnership()
- 
swigTakeOwnershippublic void swigTakeOwnership()
- 
onJoinSuccessCalled upon successful query.- Parameters:
- queryResult- Instance of a QueryResult containing the result set.
 
- 
onJoinErrorCalled 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.
 
 
-