public abstract class TimedTrustAnchorStoreBase extends AbstractTrustAnchorStore
observers
Constructor and Description |
---|
TimedTrustAnchorStoreBase(Timer timer,
long updateInterval,
ObserversHandler observers) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
After calling this method no notification will be produced and subsequent
updates won't be scheduled.
|
protected void |
scheduleUpdate() |
void |
setUpdateInterval(long newInterval) |
protected abstract void |
update()
implementation should update the contents of the trust anchor store.
|
checkValidity, getUpdateInterval
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTrustAnchors, getTrustedCertificates
public TimedTrustAnchorStoreBase(Timer timer, long updateInterval, ObserversHandler observers)
public void setUpdateInterval(long newInterval)
setUpdateInterval
in interface TrustAnchorStore
setUpdateInterval
in class AbstractTrustAnchorStore
protected void scheduleUpdate()
protected abstract void update()
public void dispose()
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.