Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi.provider
Class BaseSPIProvider

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.provider.BaseSPIProvider
All Implemented Interfaces:
SPIProvider

public abstract class BaseSPIProvider
extends Object
implements SPIProvider


Nested Class Summary
protected static class BaseSPIProvider.WeldServerCallable
           
 
Constructor Summary
BaseSPIProvider()
           
 
Method Summary
abstract  RemoteSPI createRemoteSPI(SPIConfiguration spiConfiguration)
           
 SPI createSPI(SPIConfiguration spiConfiguration)
           
abstract  String getClassPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.resiliency.spi.provider.SPIProvider
getName
 

Constructor Detail

BaseSPIProvider

public BaseSPIProvider()
Method Detail

createRemoteSPI

public abstract RemoteSPI createRemoteSPI(SPIConfiguration spiConfiguration)
                                   throws PortalResiliencyException
Throws:
PortalResiliencyException

createSPI

public SPI createSPI(SPIConfiguration spiConfiguration)
              throws PortalResiliencyException
Specified by:
createSPI in interface SPIProvider
Throws:
PortalResiliencyException

getClassPath

public abstract String getClassPath()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5