Liferay 7.0-ce-b8 portal-test

com.liferay.portal.kernel.resiliency.spi
Class MockWelder

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.MockWelder
All Implemented Interfaces:
com.liferay.portal.kernel.nio.intraband.welder.Welder, Serializable

public class MockWelder
extends Object
implements com.liferay.portal.kernel.nio.intraband.welder.Welder

See Also:
Serialized Form

Constructor Summary
MockWelder()
           
 
Method Summary
 void destroy()
           
 boolean isClientWelded()
           
 boolean isServerWelded()
           
 com.liferay.portal.kernel.nio.intraband.RegistrationReference weld(com.liferay.portal.kernel.nio.intraband.Intraband intraband)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockWelder

public MockWelder()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.liferay.portal.kernel.nio.intraband.welder.Welder

isClientWelded

public boolean isClientWelded()

isServerWelded

public boolean isServerWelded()

weld

public com.liferay.portal.kernel.nio.intraband.RegistrationReference weld(com.liferay.portal.kernel.nio.intraband.Intraband intraband)
Specified by:
weld in interface com.liferay.portal.kernel.nio.intraband.welder.Welder

Liferay 7.0-ce-b8 portal-test