Class UnPublishDelegate

java.lang.Object
com.cbe.delegate.UnPublishDelegate

public class UnPublishDelegate extends Object
Delegate class for the asynchronous version of methods:

  • cbe::Container::unPublish
  • cbe::Object::unPublish
  • Constructor Details

    • UnPublishDelegate

      public UnPublishDelegate(long cPtr, boolean cMemoryOwn)
    • UnPublishDelegate

      public UnPublishDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(UnPublishDelegate 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()
    • 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

      public void onUnPublishError(Error error, Context context)
      Called if an error was encountered.