Liferay 6.2.0-ce-m5

Uses of Interface
com.liferay.portal.kernel.nio.intraband.IntraBand

Packages that use IntraBand
com.liferay.portal.kernel.nio.intraband   
com.liferay.portal.kernel.nio.intraband.blocking   
com.liferay.portal.kernel.nio.intraband.nonblocking   
com.liferay.portal.kernel.nio.intraband.welder   
com.liferay.portal.kernel.nio.intraband.welder.fifo   
com.liferay.portal.kernel.nio.intraband.welder.socket   
 

Uses of IntraBand in com.liferay.portal.kernel.nio.intraband
 

Classes in com.liferay.portal.kernel.nio.intraband that implement IntraBand
 class BaseIntraBand
           
 

Methods in com.liferay.portal.kernel.nio.intraband that return IntraBand
 IntraBand RegistrationReference.getIntraBand()
           
 

Uses of IntraBand in com.liferay.portal.kernel.nio.intraband.blocking
 

Classes in com.liferay.portal.kernel.nio.intraband.blocking that implement IntraBand
 class ExecutorIntraBand
           
 

Uses of IntraBand in com.liferay.portal.kernel.nio.intraband.nonblocking
 

Classes in com.liferay.portal.kernel.nio.intraband.nonblocking that implement IntraBand
 class SelectorIntraBand
           
 

Uses of IntraBand in com.liferay.portal.kernel.nio.intraband.welder
 

Methods in com.liferay.portal.kernel.nio.intraband.welder with parameters of type IntraBand
 RegistrationReference Welder.weld(IntraBand intraBand)
           
 RegistrationReference BaseWelder.weld(IntraBand intraBand)
           
protected abstract  RegistrationReference BaseWelder.weldClient(IntraBand intraBand)
           
protected abstract  RegistrationReference BaseWelder.weldServer(IntraBand intraBand)
           
 

Uses of IntraBand in com.liferay.portal.kernel.nio.intraband.welder.fifo
 

Methods in com.liferay.portal.kernel.nio.intraband.welder.fifo with parameters of type IntraBand
protected  RegistrationReference FIFOWelder.weldClient(IntraBand intraBand)
           
protected  RegistrationReference FIFOWelder.weldServer(IntraBand intraBand)
           
 

Uses of IntraBand in com.liferay.portal.kernel.nio.intraband.welder.socket
 

Methods in com.liferay.portal.kernel.nio.intraband.welder.socket with parameters of type IntraBand
protected  RegistrationReference SocketWelder.weldClient(IntraBand intraBand)
           
protected  RegistrationReference SocketWelder.weldServer(IntraBand intraBand)
           
 


Liferay 6.2.0-ce-m5