Package com.cbe.delegate
Class UnPublishDelegate
java.lang.Object
com.cbe.delegate.UnPublishDelegate
Delegate class for the asynchronous version of methods:
- cbe::Container::unPublish
- cbe::Object::unPublish
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longgetCPtr(UnPublishDelegate obj) voidonUnPublishError(Error error, Context context) Called if an error was encountered.voidonUnPublishSuccess(long publishId, long itemId) Called upon successful unPublish.voidvoidvoidswigSetCMemOwn(boolean own) void
-
Constructor Details
-
UnPublishDelegate
public UnPublishDelegate(long cPtr, boolean cMemoryOwn) -
UnPublishDelegate
public UnPublishDelegate()
-
-
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() -
onUnPublishSuccess
public void onUnPublishSuccess(long publishId, long itemId) Called upon successful unPublish.- Parameters:
publishId- Id of the publictoion being published.itemId- Id of the item - cbe::Object or cbe::Container - that
has been unPublished
-
onUnPublishError
Called if an error was encountered.
-