Liferay 6.1.0-ce-b4

com.liferay.portal.osgi
Class BundleListener

java.lang.Object
  extended by com.liferay.portal.osgi.BaseListener
      extended by com.liferay.portal.osgi.BundleListener
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleListener

public class BundleListener
extends BaseListener
implements org.osgi.framework.BundleListener


Constructor Summary
BundleListener()
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventInstalled(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventLazyActivation(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventResolved(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventStarted(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventStarting(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventStopped(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventUninstalled(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventUnresolved(org.osgi.framework.BundleEvent bundleEvent)
           
protected  void bundleEventUpdated(org.osgi.framework.BundleEvent bundleEvent)
           
protected  String getLogMessage(String state, org.osgi.framework.BundleEvent bundleEvent)
           
 
Methods inherited from class com.liferay.portal.osgi.BaseListener
getLogMessage, getLogMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleListener

public BundleListener()
Method Detail

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)

Liferay 6.1.0-ce-b4