com.liferay.portal.kernel.nio.intraband.blocking
Class ExecutorIntraband.ReadingCallable

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.blocking.ExecutorIntraband.ReadingCallable
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
Enclosing class:
ExecutorIntraband

protected class ExecutorIntraband.ReadingCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>


Constructor Summary
ExecutorIntraband.ReadingCallable(java.nio.channels.ScatteringByteChannel scatteringByteChannel, ChannelContext channelContext)
           
 
Method Summary
 java.lang.Void call()
           
 void openLatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorIntraband.ReadingCallable

public ExecutorIntraband.ReadingCallable(java.nio.channels.ScatteringByteChannel scatteringByteChannel,
                                         ChannelContext channelContext)
Method Detail

call

public java.lang.Void call()
                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Void>
Throws:
java.lang.Exception

openLatch

public void openLatch()