Package org.tmatesoft.svn.core.javahl
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
ourQueue
private static java.util.Map
ourReferences
-
Constructor Summary
Constructors Constructor Description SVNClientImplTracker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
registerClient(SVNClientImpl client)
void
run()
-
-
-
Method Detail
-
registerClient
public static void registerClient(SVNClientImpl client)
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-