com.liferay.portal.service.persistence
Class BatchSessionCounter

java.lang.Object
  extended by java.lang.ThreadLocal<java.lang.Integer>
      extended by com.liferay.portal.service.persistence.BatchSessionCounter

public class BatchSessionCounter
extends java.lang.ThreadLocal<java.lang.Integer>

View Source

Author:
Raymond Augé, Brian Wing Shun Chan

Field Summary
static int INITIAL_VALUE
           
 
Constructor Summary
BatchSessionCounter()
           
 
Method Summary
 java.lang.Integer initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_VALUE

public static final int INITIAL_VALUE
See Also:
Constant Field Values
Constructor Detail

BatchSessionCounter

public BatchSessionCounter()
Method Detail

initialValue

public java.lang.Integer initialValue()
Overrides:
initialValue in class java.lang.ThreadLocal<java.lang.Integer>