Liferay 6.2.0-ce-m5

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:
Callable<RegistrationReference>
Enclosing class:
SelectorIntraBand

protected class SelectorIntraBand.RegisterCallable
extends Object
implements Callable<RegistrationReference>


Constructor Summary
SelectorIntraBand.RegisterCallable(SelectableChannel readSelectableChannel, 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(SelectableChannel readSelectableChannel,
                                          SelectableChannel writeSelectableChannel)
Method Detail

call

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

Liferay 6.2.0-ce-m5