Class WorkManager.RequestStatus

    • Constructor Detail

      • RequestStatus

        public RequestStatus()
        Default constructor (necessary for a lite serialization).
      • RequestStatus

        public RequestStatus​(long lWorkId,
                             int nMemberId)
        Construct the ReleaseWork for a given Work.
        Parameters:
        lWorkId - the Work id
        nMemberId - the Member id
    • Method Detail

      • run

        public void run()
        Called exactly once by the InvocationService to invoke this Invocable object.