1 /* 2 * Created on Jun 5, 2004 3 * 4 * To change the template for this generated file go to 5 * Window>Preferences>Java>Code Generation>Code and Comments 6 */ 7 package com.lutris.appserver.server.sql; 8 9 /** 10 * @author Administrator 11 * 12 * To change the template for this generated type comment go to 13 * Window>Preferences>Java>Code Generation>Code and Comments 14 */ 15 public interface ExtendedConnectionAllocator extends ConnectionAllocator{ 16 public void IncrementRequesteCount(); 17 } 18