|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.dev.vcc.util.ServiceLoaderCache<T>
public final class ServiceLoaderCache<T>
Created by IntelliJ IDEA. User: user Date: 06-May-2009 Time: 18:13:01 To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
ServiceLoaderCache(java.lang.Class<T> serviceClass)
|
|
| Method Summary | |
|---|---|
ServiceLoaderProxy<T> |
get(java.lang.ClassLoader classloader)
Gets the ServiceLoaderProxy from the weak cache, or creates a new one if needed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceLoaderCache(java.lang.Class<T> serviceClass)
| Method Detail |
|---|
public final ServiceLoaderProxy<T> get(java.lang.ClassLoader classloader)
ServiceLoaderProxy from the weak cache, or creates a new one if needed.
classloader - The classloader we are to get the ServiceLoaderProxy from.
ServiceLoaderProxy for the specified classloader.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||