All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alogic.pool.CloseAware Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.pool;

/**
 * Close感知器
 * 
 * @author duanyy
 *
 * @since 1.6.6.8
 */
public interface CloseAware {
	/**
	 * 关闭Pooled对象
	 * 
	 * @param pooled 可关闭的缓冲对象
	 * 
	 */
	public void closeObject(Object pooled);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy