com.liferay.portal.kernel.resiliency.spi.remote
Class RemoteSPI.UnregisterSPIProcessCallable
java.lang.Object
com.liferay.portal.kernel.resiliency.spi.remote.RemoteSPI.UnregisterSPIProcessCallable
- All Implemented Interfaces:
- ProcessCallable<Boolean>, Serializable
- Enclosing class:
- RemoteSPI
protected static class RemoteSPI.UnregisterSPIProcessCallable
- extends Object
- implements ProcessCallable<Boolean>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteSPI.UnregisterSPIProcessCallable
public RemoteSPI.UnregisterSPIProcessCallable(String spiProviderName,
String spiId)
call
public Boolean call()
- Specified by:
call in interface ProcessCallable<Boolean>