|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.pool.impl.enhanced.impl.listener.PoolListenerAdapter<E>
org.ow2.util.pool.impl.enhanced.impl.listener.clue.CluePoolListenerAdapter<E,C>
E - pool item typeC - clue typepublic class CluePoolListenerAdapter<E,C>
| Constructor Summary | |
|---|---|
CluePoolListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
getMethodCalled(C clue,
IWaitControl timeout)
|
void |
getMethodFailed(PoolException poolException,
C clue,
IWaitControl timeout)
|
void |
getMethodReturned(E result,
C clue,
IWaitControl timeout)
|
| Methods inherited from class org.ow2.util.pool.impl.enhanced.impl.listener.PoolListenerAdapter |
|---|
getMethodCalled, getMethodFailed, getMethodReturned, putMethodCalled, putMethodFailed, putMethodReturned, removeMethodCalled, removeMethodFailed, removeMethodReturned, signalAllWaitersMethodCalled, signalAllWaitersMethodFailed, signalAllWaitersMethodReturned |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.util.pool.impl.enhanced.api.listener.IPoolListener |
|---|
getMethodCalled, getMethodFailed, getMethodReturned, putMethodCalled, putMethodFailed, putMethodReturned, removeMethodCalled, removeMethodFailed, removeMethodReturned, signalAllWaitersMethodCalled, signalAllWaitersMethodFailed, signalAllWaitersMethodReturned |
| Constructor Detail |
|---|
public CluePoolListenerAdapter()
| Method Detail |
|---|
public void getMethodCalled(C clue,
IWaitControl timeout)
getMethodCalled in interface ICluePoolListener<E,C>
public void getMethodFailed(PoolException poolException,
C clue,
IWaitControl timeout)
getMethodFailed in interface ICluePoolListener<E,C>
public void getMethodReturned(E result,
C clue,
IWaitControl timeout)
getMethodReturned in interface ICluePoolListener<E,C>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||