com.dynamide.resource
Interface IPoolable


public interface IPoolable


Method Summary
 java.lang.String getFactoryClassName()
           
 int getGrowSize(int currentSize)
           
 java.lang.String getKey()
           
 int getMaxSize()
           
 int getMinSize()
           
 void onDispose()
           
 void onInit()
           
 void onReclaim()
           
 void onUse()
           
 void recycle()
          Implementors should point this to Pool.recycle(IPoolable), which will eventually call onReclaim().
 

Method Detail

getFactoryClassName

java.lang.String getFactoryClassName()

getKey

java.lang.String getKey()

getMaxSize

int getMaxSize()

getMinSize

int getMinSize()

getGrowSize

int getGrowSize(int currentSize)

recycle

void recycle()
Implementors should point this to Pool.recycle(IPoolable), which will eventually call onReclaim().


onInit

void onInit()

onUse

void onUse()

onReclaim

void onReclaim()

onDispose

void onDispose()


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.