com.liferay.portal.osgi
Class FrameworkListener
java.lang.Object
com.liferay.portal.osgi.FrameworkListener
- All Implemented Interfaces:
- EventListener, org.osgi.framework.FrameworkListener
public class FrameworkListener
- extends Object
- implements org.osgi.framework.FrameworkListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameworkListener
public FrameworkListener()
frameworkEvent
public void frameworkEvent(org.osgi.framework.FrameworkEvent frameworkEvent)
- Specified by:
frameworkEvent
in interface org.osgi.framework.FrameworkListener
frameworkEventError
protected void frameworkEventError(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventInfo
protected void frameworkEventInfo(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventPackagesRefreshed
protected void frameworkEventPackagesRefreshed(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventStarted
protected void frameworkEventStarted(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventStartLevelChanged
protected void frameworkEventStartLevelChanged(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventStopped
protected void frameworkEventStopped(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventStoppedBootClasspathModified
protected void frameworkEventStoppedBootClasspathModified(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventStoppedUpdate
protected void frameworkEventStoppedUpdate(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventWaitTimedout
protected void frameworkEventWaitTimedout(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception
frameworkEventWarning
protected void frameworkEventWarning(org.osgi.framework.FrameworkEvent frameworkEvent)
throws Exception
- Throws:
Exception