Liferay 6.2-ce-ga5

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:
Callable<Void>
Enclosing class:
ExecutorIntraband

protected class ExecutorIntraband.ReadingCallable
extends Object
implements Callable<Void>


Constructor Summary
ExecutorIntraband.ReadingCallable(ScatteringByteChannel scatteringByteChannel, ChannelContext channelContext)
           
 
Method Summary
 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(ScatteringByteChannel scatteringByteChannel,
                                         ChannelContext channelContext)
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception

openLatch

public void openLatch()

Liferay 6.2-ce-ga5