com.antiaction.mayhem.core
Interface IObjectPool

All Known Implementing Classes:
ObjectPool

public interface IObjectPool

Advanced ObjectPool manager interface.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 void checkIn(IPoolObject obj)
           
 IPoolObject checkOut()
           
 boolean init(java.util.HashMap props)
          Initialize object with specified properties.
 void setObjectMold(IPoolObject objectMold)
           
 

Method Detail

init

boolean init(java.util.HashMap props)
Initialize object with specified properties.

Parameters:
props - init properties.

setObjectMold

void setObjectMold(IPoolObject objectMold)

checkOut

IPoolObject checkOut()

checkIn

void checkIn(IPoolObject obj)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.