package com.eactive.eai.common.ibatis; public interface SqlMapClientRefreshable { void refresh() throws Exception; void setCheckInterval(int ms); }