Interface RequestTransactionPeer

All Superinterfaces:
OsidCapsule

public interface RequestTransactionPeer extends OsidCapsule

An interface for the peers of the RequestTransaction relationship.

  • Method Summary

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

    • getBrokerId

      Id getBrokerId()
      Gets the Id of the broker.
      Returns:
      the Broker Id
      Compliance:
      mandatory - This method must be implemented.
    • getResourceId

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