Class SVNClientImplTracker

java.lang.Object
org.tmatesoft.svn.core.javahl.SVNClientImplTracker
All Implemented Interfaces:
java.lang.Runnable

public class SVNClientImplTracker extends java.lang.Object implements java.lang.Runnable
Version:
1.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static java.lang.ref.ReferenceQueue
     
    private static java.util.Map
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • ourQueue

      private static java.lang.ref.ReferenceQueue ourQueue
    • ourReferences

      private static java.util.Map ourReferences
  • Constructor Details

    • SVNClientImplTracker

      public SVNClientImplTracker()
  • Method Details

    • registerClient

      public static void registerClient(SVNClientImpl client)
    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable