Liferay 7.0-ce-b4

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

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

public class MockWelder
extends Object
implements Welder

See Also:
Serialized Form

Constructor Summary
MockWelder()
           
 
Method Summary
 void destroy()
           
 boolean isClientWelded()
           
 boolean isServerWelded()
           
 RegistrationReference weld(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 Welder

isClientWelded

public boolean isClientWelded()

isServerWelded

public boolean isServerWelded()

weld

public RegistrationReference weld(Intraband intraband)
Specified by:
weld in interface Welder

Liferay 7.0-ce-b4