org.springframework.samples.petclinic.jdbc
Interface SimpleJdbcClinicMBean

All Known Implementing Classes:
SimpleJdbcClinic

public interface SimpleJdbcClinicMBean

Interface that defines a cache refresh operation. To be exposed for management via JMX.

Author:
Rob Harrop, Juergen Hoeller
See Also:
SimpleJdbcClinic

Method Summary
 void refreshVetsCache()
          Refresh the cache of Vets that the Clinic is holding.
 

Method Detail

refreshVetsCache

void refreshVetsCache()
Refresh the cache of Vets that the Clinic is holding.

See Also:
Clinic.getVets(), SimpleJdbcClinic.refreshVetsCache()


Copyright © 2010. All Rights Reserved.