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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BaseWelder, FIFOWelder, SocketWelder

public interface Welder
extends java.io.Serializable

Author:
Shuyang Zhou

Method Summary
 void destroy()
           
 RegistrationReference weld(Intraband intraband)
           
 

Method Detail

destroy

void destroy()
             throws java.io.IOException
Throws:
java.io.IOException

weld

RegistrationReference weld(Intraband intraband)
                           throws java.io.IOException
Throws:
java.io.IOException