Liferay 6.1.0

com.liferay.portal.kernel.adaptor
Interface Adaptor


public interface Adaptor


Method Summary
 void init(Object applicationContext)
           
 void start()
           
 void stop()
           
 

Method Detail

init

void init(Object applicationContext)
          throws AdaptorException
Throws:
AdaptorException

start

void start()
           throws AdaptorException
Throws:
AdaptorException

stop

void stop()
          throws AdaptorException
Throws:
AdaptorException

Liferay 6.1.0