Liferay 6.2-ce-ga5

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-ce-ga5