com.liferay.portal.kernel.adaptor
Class AdaptorUtil
java.lang.Object
com.liferay.portal.kernel.adaptor.AdaptorUtil
public class AdaptorUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdaptorUtil
public AdaptorUtil()
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