Class BaseIndexPortalInstanceLifecycleListener

java.lang.Object
com.liferay.portal.instance.lifecycle.BasePortalInstanceLifecycleListener
com.liferay.portal.search.spi.index.creation.instance.lifecycle.BaseIndexPortalInstanceLifecycleListener
All Implemented Interfaces:
com.liferay.portal.instance.lifecycle.PortalInstanceLifecycleListener

public abstract class BaseIndexPortalInstanceLifecycleListener extends com.liferay.portal.instance.lifecycle.BasePortalInstanceLifecycleListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    activate(org.osgi.framework.BundleContext bundleContext, Map<String,Object> properties)
     
    long
     

    Methods inherited from class com.liferay.portal.instance.lifecycle.BasePortalInstanceLifecycleListener

    getClassLoader, portalInstanceRegistered, portalInstanceUnregistered

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.instance.lifecycle.PortalInstanceLifecycleListener

    getName, portalInstancePreregistered, portalInstancePreunregistered
  • Constructor Details

    • BaseIndexPortalInstanceLifecycleListener

      public BaseIndexPortalInstanceLifecycleListener()
  • Method Details

    • getLastModifiedTime

      public long getLastModifiedTime()
    • activate

      protected void activate(org.osgi.framework.BundleContext bundleContext, Map<String,Object> properties)