Interface SubscriptionPeer

All Superinterfaces:
OsidCapsule

public interface SubscriptionPeer extends OsidCapsule

An interface for the peers of the Subscription relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the dispatch.
    Gets the Id of the subscriber resource.
  • Method Details

    • getDispatchId

      Id getDispatchId()
      Gets the Id of the dispatch.
      Returns:
      the dispatch Id
      Compliance:
      mandatory - This method must be implemented.
    • getSubscriberId

      Id getSubscriberId()
      Gets the Id of the subscriber resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.