Class AccessAction


  • public class AccessAction
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessAction​(Workspace workspace, long sleepBefore, char action, long sleepAfter, java.lang.Object lock, java.util.List record, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void access()  
      void deAccess()  
      • Methods inherited from class java.lang.Object

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

      • AccessAction

        public AccessAction​(Workspace workspace,
                            long sleepBefore,
                            char action,
                            long sleepAfter,
                            java.lang.Object lock,
                            java.util.List record,
                            java.lang.String name)
    • Method Detail

      • access

        public void access()
                    throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • deAccess

        public void deAccess()
                      throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException