com.liferay.portal.kernel.nio.intraband.nonblocking
Class SelectorIntraband.RegisterCallable

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.nonblocking.SelectorIntraband.RegisterCallable
All Implemented Interfaces:
java.util.concurrent.Callable<RegistrationReference>
Enclosing class:
SelectorIntraband

protected class SelectorIntraband.RegisterCallable
extends java.lang.Object
implements java.util.concurrent.Callable<RegistrationReference>


Constructor Summary
SelectorIntraband.RegisterCallable(java.nio.channels.SelectableChannel readSelectableChannel, java.nio.channels.SelectableChannel writeSelectableChannel)
           
 
Method Summary
 RegistrationReference call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorIntraband.RegisterCallable

public SelectorIntraband.RegisterCallable(java.nio.channels.SelectableChannel readSelectableChannel,
                                          java.nio.channels.SelectableChannel writeSelectableChannel)
Method Detail

call

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