Liferay 6.2-ce-ga5

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   
com.liferay.portal.kernel.resiliency.mpi   
 

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
static Intraband IntrabandFactoryUtil.createIntraband()
           
 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 BaseWelder.weld(Intraband intraband)
           
 RegistrationReference Welder.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)
           
 

Uses of Intraband in com.liferay.portal.kernel.resiliency.mpi
 

Methods in com.liferay.portal.kernel.resiliency.mpi that return Intraband
static Intraband MPIHelperUtil.getIntraband()
           
 


Liferay 6.2-ce-ga5