Class TimeoutRefreshPolicy
- java.lang.Object
-
- org.opennms.netmgt.ticketer.jira.cache.TimeoutRefreshPolicy
-
- All Implemented Interfaces:
RefreshPolicy
public class TimeoutRefreshPolicy extends java.lang.Object implements RefreshPolicy
-
-
Constructor Summary
Constructors Constructor Description TimeoutRefreshPolicy(long refreshInterval, java.util.concurrent.TimeUnit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
needsRefresh()
-
-
-
Method Detail
-
needsRefresh
public boolean needsRefresh()
- Specified by:
needsRefresh
in interfaceRefreshPolicy
-
-