Liferay 6.2-ce-ga5

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

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

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


Constructor Summary
ExecutorIntraband.WritingCallable(GatheringByteChannel gatheringByteChannel, 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.WritingCallable

public ExecutorIntraband.WritingCallable(GatheringByteChannel gatheringByteChannel,
                                         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