Package com.cbe

Class ShareManager

java.lang.Object
com.cbe.ShareManager

public class ShareManager extends Object
Managing Shares.
This class represents a list of Shares.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • ShareManager

      public ShareManager(long cPtr, boolean cMemoryOwn)
    • ShareManager

      public ShareManager(DefaultCtor arg0)
      Default constructor.

      Construct a new object with
      the DefaultCtor to enable the
      operator bool()
      test
  • Method Details

    • getCPtr

      public static long getCPtr(ShareManager obj)
    • finalize

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

      public void delete()
    • listAvailableShares

      public void listAvailableShares(ListSharesDelegate delegate)
      Lists the shares exposed by other users to current user.
      This will give specific share information.
      Parameters:
      delegate - Pointer to a delegate::ListSharesDelegate
      instance that is implemented by the user.
    • listMyShares

      public void listMyShares(ListSharesDelegate delegate)
      Lists the shares exposed by current user. This will give specific share information.
      Parameters:
      delegate - Pointer to a delegate::ListSharesDelegate
      instance that is implemented by the user.