Liferay 6.2.0-ce-m5

com.liferay.portal.kernel.nio.intraband.welder
Interface Welder

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaseWelder, FIFOWelder, SocketWelder

public interface Welder
extends Serializable


Method Summary
 void destroy()
           
 RegistrationReference weld(IntraBand intraBand)
           
 

Method Detail

destroy

void destroy()
             throws IOException
Throws:
IOException

weld

RegistrationReference weld(IntraBand intraBand)
                           throws IOException
Throws:
IOException

Liferay 6.2.0-ce-m5