Class TimedTrustAnchorStoreBase.AsyncTrustAnchorsUpdateTask
- java.lang.Object
-
- java.util.TimerTask
-
- eu.emi.security.authn.x509.helpers.WeakTimerTask<TimedTrustAnchorStoreBase>
-
- eu.emi.security.authn.x509.helpers.trust.TimedTrustAnchorStoreBase.AsyncTrustAnchorsUpdateTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- TimedTrustAnchorStoreBase
private static class TimedTrustAnchorStoreBase.AsyncTrustAnchorsUpdateTask extends WeakTimerTask<TimedTrustAnchorStoreBase>
Important: static nested class, weak reference to the wrapper.
-
-
Field Summary
-
Fields inherited from class eu.emi.security.authn.x509.helpers.WeakTimerTask
partnerRef
-
-
Constructor Summary
Constructors Constructor Description AsyncTrustAnchorsUpdateTask(TimedTrustAnchorStoreBase partner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
AsyncTrustAnchorsUpdateTask
public AsyncTrustAnchorsUpdateTask(TimedTrustAnchorStoreBase partner)
-
-