Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.remote.RemoteSPI.RegisterCallback
All Implemented Interfaces:
ProcessCallable<SPI>, Serializable
Enclosing class:
RemoteSPI

protected static class RemoteSPI.RegisterCallback
extends Object
implements ProcessCallable<SPI>

See Also:
Serialized Form

Constructor Summary
RemoteSPI.RegisterCallback(String spiUUID, SPI spi)
           
 
Method Summary
 SPI call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSPI.RegisterCallback

public RemoteSPI.RegisterCallback(String spiUUID,
                                  SPI spi)
Method Detail

call

public SPI call()
         throws ProcessException
Specified by:
call in interface ProcessCallable<SPI>
Throws:
ProcessException

Liferay 6.2-ce-ga5