Liferay 6.1.0

com.liferay.portal.kernel.adaptor
Class AdaptorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.adaptor.AdaptorUtil

public class AdaptorUtil
extends Object


Constructor Summary
AdaptorUtil()
           
 
Method Summary
static Adaptor getAdaptor()
           
protected static boolean hasAdaptor()
           
static void init(Object applicationContext)
           
 void setAdaptor(Adaptor adaptor)
           
static void start()
           
static void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdaptorUtil

public AdaptorUtil()
Method Detail

getAdaptor

public static Adaptor getAdaptor()
                          throws AdaptorException
Throws:
AdaptorException

init

public static void init(Object applicationContext)
                 throws AdaptorException
Throws:
AdaptorException

start

public static void start()
                  throws AdaptorException
Throws:
AdaptorException

stop

public static void stop()
                 throws AdaptorException
Throws:
AdaptorException

setAdaptor

public void setAdaptor(Adaptor adaptor)

hasAdaptor

protected static boolean hasAdaptor()
                             throws AdaptorException
Throws:
AdaptorException

Liferay 6.1.0