com.liferay.portal.kernel.resiliency.spi
Class MockWelder
java.lang.Object
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
|
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 |
MockWelder
public MockWelder()
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