| java.lang.Object org.objectweb.speedo.j2eedo.bo.PollsSynchronizations
addInPool | public void addInPool(Vector pool, long id)(Code) | | Remember the new id created
Parameters: id - |
afterCompletion | public void afterCompletion(int arg0)(Code) | | The afterCompletion method has to update the pool content according the
action list.
See Also: javax.transaction.Synchronization.afterCompletion(int) |
beforeCompletion | public void beforeCompletion()(Code) | | Do nothing
See Also: javax.transaction.Synchronization.beforeCompletion |
removeFromPool | public void removeFromPool(Vector pool, long id)(Code) | | Remember the new id deleted
Parameters: id - |
|
|