Liferay 6.2-ce-ga5

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