com.liferay.portal.increment
Class BufferedIncreasableEntry<K,T>
java.lang.Object
com.liferay.portal.kernel.concurrent.IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>
com.liferay.portal.increment.BufferedIncreasableEntry<K,T>
public class BufferedIncreasableEntry<K,T>
- extends com.liferay.portal.kernel.concurrent.IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>
View Source
- Author:
- Zsolt Berentey
Constructor Summary |
BufferedIncreasableEntry(org.aopalliance.intercept.MethodInterceptor nextInterceptor,
org.aopalliance.intercept.MethodInvocation methodInvocation,
K key,
com.liferay.portal.kernel.increment.Increment<T> value)
|
Method Summary |
com.liferay.portal.kernel.increment.Increment<T> |
doIncrease(com.liferay.portal.kernel.increment.Increment<T> originalValue,
com.liferay.portal.kernel.increment.Increment<T> deltaValue)
|
void |
proceed()
|
java.lang.String |
toString()
|
Methods inherited from class com.liferay.portal.kernel.concurrent.IncreasableEntry |
equals, getKey, getValue, hashCode, increase |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BufferedIncreasableEntry
public BufferedIncreasableEntry(org.aopalliance.intercept.MethodInterceptor nextInterceptor,
org.aopalliance.intercept.MethodInvocation methodInvocation,
K key,
com.liferay.portal.kernel.increment.Increment<T> value)
doIncrease
public com.liferay.portal.kernel.increment.Increment<T> doIncrease(com.liferay.portal.kernel.increment.Increment<T> originalValue,
com.liferay.portal.kernel.increment.Increment<T> deltaValue)
- Specified by:
doIncrease
in class com.liferay.portal.kernel.concurrent.IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>
proceed
public void proceed()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class com.liferay.portal.kernel.concurrent.IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>