com.liferay.portal.osgi
Class BundleListener
java.lang.Object
com.liferay.portal.osgi.BaseListener
com.liferay.portal.osgi.BundleListener
- All Implemented Interfaces:
- EventListener, org.osgi.framework.BundleListener
public class BundleListener
- extends BaseListener
- implements org.osgi.framework.BundleListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleListener
public BundleListener()
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
- Specified by:
bundleChanged in interface org.osgi.framework.BundleListener
bundleEventInstalled
protected void bundleEventInstalled(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventLazyActivation
protected void bundleEventLazyActivation(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventResolved
protected void bundleEventResolved(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventStarted
protected void bundleEventStarted(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventStarting
protected void bundleEventStarting(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventStopped
protected void bundleEventStopped(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventUninstalled
protected void bundleEventUninstalled(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventUnresolved
protected void bundleEventUnresolved(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
bundleEventUpdated
protected void bundleEventUpdated(org.osgi.framework.BundleEvent bundleEvent)
throws Exception
- Throws:
Exception
getLogMessage
protected String getLogMessage(String state,
org.osgi.framework.BundleEvent bundleEvent)