|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.TimerTask
org.deegree.framework.util.ObjectPool
public abstract class ObjectPool
class to manage the object pool. this is part of the combination of the object pool pattern an the singelton pattern.
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
available
all available objects |
protected int |
existingInstances
number of existing instances |
protected java.util.List<java.lang.Object> |
in_use
all objects in use |
protected java.util.Map<java.lang.Object,java.lang.Long> |
startLifeTime
the start life time for each object |
protected java.util.Map<java.lang.Object,java.lang.Long> |
startUsageTime
the start usage time for each object |
| Constructor Summary | |
|---|---|
protected |
ObjectPool()
Creates a new ObjectPool object. |
| Method Summary | |
|---|---|
void |
clear()
clears the complete pool. objects in used while the clear() method has been called won't be put back to the pool if released back through the releaseObject method. |
static ObjectPool |
getInstance()
dummy |
int |
getMaxInstances()
|
int |
getMaxLifeTime()
|
int |
getMaxUsageTime()
|
int |
getUpdateInterval()
|
abstract void |
onObjectKill(java.lang.Object o)
this method will be called when the submitted object will be removed from the pool |
void |
releaseObject(java.lang.Object object)
release an object back to the pool so it is available for other requests. |
void |
run()
|
void |
setMaxInstances(int maxInstances)
|
void |
setMaxLifeTime(int maxLifeTime)
|
void |
setMaxUsageTime(int maxUsageTime)
|
void |
setUpdateInterval(int updateInterval)
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.TimerTask |
|---|
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.Object> available
protected java.util.List<java.lang.Object> in_use
protected java.util.Map<java.lang.Object,java.lang.Long> startLifeTime
protected java.util.Map<java.lang.Object,java.lang.Long> startUsageTime
protected int existingInstances
| Constructor Detail |
|---|
protected ObjectPool()
| Method Detail |
|---|
public static ObjectPool getInstance()
public void clear()
public void releaseObject(java.lang.Object object)
throws java.lang.Exception
object -
java.lang.Exceptionpublic abstract void onObjectKill(java.lang.Object o)
o - public int getMaxLifeTime()
public void setMaxLifeTime(int maxLifeTime)
maxLifeTime - public int getMaxUsageTime()
public void setMaxUsageTime(int maxUsageTime)
maxUsageTime - public int getUpdateInterval()
public void setUpdateInterval(int updateInterval)
updateInterval - public int getMaxInstances()
public void setMaxInstances(int maxInstances)
maxInstances - public java.lang.String toString()
toString in class java.lang.Objectpublic void run()
run in interface java.lang.Runnablerun in class java.util.TimerTask
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org