Class BasePortalInstanceLifecycleListener
java.lang.Object
com.liferay.portal.instance.lifecycle.BasePortalInstanceLifecycleListener
- All Implemented Interfaces:
PortalInstanceLifecycleListener
- Direct Known Subclasses:
InitialRequestPortalInstanceLifecycleListener
@ProviderType
public abstract class BasePortalInstanceLifecycleListener
extends Object
implements PortalInstanceLifecycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ClassLoadervoidportalInstanceRegistered(com.liferay.portal.kernel.model.Company company) voidportalInstanceUnregistered(com.liferay.portal.kernel.model.Company company) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.instance.lifecycle.PortalInstanceLifecycleListener
getLastModifiedTime, getName, portalInstancePreregistered, portalInstancePreunregistered
-
Constructor Details
-
BasePortalInstanceLifecycleListener
public BasePortalInstanceLifecycleListener()
-
-
Method Details
-
portalInstanceRegistered
public void portalInstanceRegistered(com.liferay.portal.kernel.model.Company company) throws Exception - Specified by:
portalInstanceRegisteredin interfacePortalInstanceLifecycleListener- Throws:
Exception
-
portalInstanceUnregistered
public void portalInstanceUnregistered(com.liferay.portal.kernel.model.Company company) throws Exception - Specified by:
portalInstanceUnregisteredin interfacePortalInstanceLifecycleListener- Throws:
Exception
-
getClassLoader
-