Class ResultQueue<T>
java.lang.Object
de.hybris.platform.impex.jalo.imp.ResultQueue<T>
Typed result queue, where T is the type of objects in underlying collection.
- Since:
- 3.1-u7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TIME_WAIT_RESULT
public static final int TIME_WAIT_RESULT- See Also:
-
TIME_WAIT_RESULT_UNIT
-
-
Constructor Details
-
ResultQueue
public ResultQueue(int maxSize)
-
-
Method Details
-
put
- Throws:
InterruptedException
-
take
- Throws:
InterruptedException
-
close
protected void close()
-