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

com.alogic.pool.impl.Default Maven / Gradle / Ivy

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

import com.anysoft.util.Properties;

/**
 * 缺省的实现
 * 
 * @author duanyy
 *
 */
public class Default extends Singleton {

	@Override
	public void configure(Properties p) {
		// nothing to do
	}

	@Override
	protected  pooled createObject(int priority, int timeout) {
		return null;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy