Liferay 7.0-ce-b4

com.liferay.portal.kernel.resiliency.spi.remote
Class RemoteSPI.UnregisterSPIProcessCallable

java.lang.Object
  extended by 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

Constructor Summary
RemoteSPI.UnregisterSPIProcessCallable(String spiProviderName, String spiId)
           
 
Method Summary
 Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSPI.UnregisterSPIProcessCallable

public RemoteSPI.UnregisterSPIProcessCallable(String spiProviderName,
                                              String spiId)
Method Detail

call

public Boolean call()
Specified by:
call in interface ProcessCallable<Boolean>

Liferay 7.0-ce-b4