Class AgentBuilder.CircularityLock.WithInnerClassLoadingLock.TrivialLock

  • Enclosing class:
    AgentBuilder.CircularityLock.WithInnerClassLoadingLock

    protected static class AgentBuilder.CircularityLock.WithInnerClassLoadingLock.TrivialLock
    extends java.lang.Object
    A trivial lock that monitors if a class is currently loaded by the current thread.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean locked
      If true, a class is currently loaded by the current lock.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TrivialLock()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • locked

        protected boolean locked
        If true, a class is currently loaded by the current lock.
    • Constructor Detail

      • TrivialLock

        protected TrivialLock()