Liferay 6.2-ce-ga5

com.liferay.portal.dao.orm.hibernate.region
Class MBeanRegisteringPortalLifecycle

java.lang.Object
  extended by com.liferay.portal.kernel.util.BasePortalLifecycle
      extended by com.liferay.portal.dao.orm.hibernate.region.MBeanRegisteringPortalLifecycle
All Implemented Interfaces:
PortalLifecycle

public class MBeanRegisteringPortalLifecycle
extends BasePortalLifecycle


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.util.PortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
 
Constructor Summary
MBeanRegisteringPortalLifecycle(net.sf.ehcache.CacheManager cacheManager)
           
 
Method Summary
protected  void doPortalDestroy()
           
protected  void doPortalInit()
           
 
Methods inherited from class com.liferay.portal.kernel.util.BasePortalLifecycle
portalDestroy, portalInit, registerPortalLifecycle, registerPortalLifecycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanRegisteringPortalLifecycle

public MBeanRegisteringPortalLifecycle(net.sf.ehcache.CacheManager cacheManager)
Method Detail

doPortalDestroy

protected void doPortalDestroy()
Specified by:
doPortalDestroy in class BasePortalLifecycle

doPortalInit

protected void doPortalInit()
                     throws Exception
Specified by:
doPortalInit in class BasePortalLifecycle
Throws:
Exception

Liferay 6.2-ce-ga5