Interface IRequest

  • All Known Implementing Classes:
    ForkedRequest, Request

    public interface IRequest
    A system request represents a system call by a IUser.
    • Method Detail

      • getId

        long getId()
        Returns:
        the unique identifier of this user
      • getUser

        IUser getUser()
        Returns:
        the user who initiated this request.
      • getCurrentPosition

        org.palladiosimulator.pcm.seff.AbstractAction getCurrentPosition()