public interface

Refreshable

org.springframework.aop.target.dynamic.Refreshable
Known Indirect Subclasses

Class Overview

Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.

Summary

Public Methods
abstract long getLastRefreshTime()
Return the last time an actual refresh happened (as timestamp).
abstract long getRefreshCount()
Return the number of actual refreshes since startup.
abstract void refresh()
Refresh the underlying target object.

Public Methods

public abstract long getLastRefreshTime ()

Return the last time an actual refresh happened (as timestamp).

public abstract long getRefreshCount ()

Return the number of actual refreshes since startup.

public abstract void refresh ()

Refresh the underlying target object.