Class Locking.Response

  • Enclosing class:
    Locking

    protected static class Locking.Response
    extends java.lang.Object
    A response to a request, to be sent back to the requester as a message
    • Constructor Summary

      Constructors 
      Constructor Description
      Response​(Locking.Type type, Owner owner, java.lang.String lock_name, int lock_id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • owner

        protected final Owner owner
      • lock_name

        protected final java.lang.String lock_name
      • lock_id

        protected final int lock_id
    • Constructor Detail

      • Response

        public Response​(Locking.Type type,
                        Owner owner,
                        java.lang.String lock_name,
                        int lock_id)