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:
java.util.concurrent.Callable<java.lang.Void>
Enclosing class:
ExecutorIntraband

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


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

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