Package com.cbe.delegate
Class LogInDelegate
java.lang.Object
com.cbe.delegate.LogInDelegate
Delegate class for the asynchronous version of method:
- cbe::CloudBackend::logIn(const std::string&,const std::string&,const std::string&,cbe::delegate::LogInDelegatePtr)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longgetCPtr(LogInDelegate obj) voidonLogInError(Error error, Context context) Called upon failed log in.voidonLogInSuccess(CloudBackend cloudBackend) Called upon successful log in.voidvoidvoidswigSetCMemOwn(boolean own) void
-
Constructor Details
-
LogInDelegate
public LogInDelegate(long cPtr, boolean cMemoryOwn) -
LogInDelegate
public LogInDelegate()
-
-
Method Details
-
getCPtr
-
swigSetCMemOwn
public void swigSetCMemOwn(boolean own) -
finalize
public void finalize() -
delete
public void delete() -
swigDirectorDisconnect
public void swigDirectorDisconnect() -
swigReleaseOwnership
public void swigReleaseOwnership() -
swigTakeOwnership
public void swigTakeOwnership() -
onLogInSuccess
Called upon successful log in.- Parameters:
cloudBackend- Instance of a CloudBackend holding the session.
-
onLogInError
Called upon failed log in.- Parameters:
error- Error information passed from CloudBackend SDK.context- Additional context information about the original service
call that has failed.
-