com.liferay.portal.osgi
Class ServiceListener
java.lang.Object
com.liferay.portal.osgi.BaseListener
com.liferay.portal.osgi.ServiceListener
- All Implemented Interfaces:
- EventListener, org.osgi.framework.ServiceListener
public class ServiceListener
- extends BaseListener
- implements org.osgi.framework.ServiceListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceListener
public ServiceListener()
serviceChanged
public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
- Specified by:
serviceChanged in interface org.osgi.framework.ServiceListener
getLogMessage
protected String getLogMessage(String state,
org.osgi.framework.ServiceReference<?> serviceReference)
serviceEventModified
protected void serviceEventModified(org.osgi.framework.ServiceEvent serviceEvent)
throws Exception
- Throws:
Exception
serviceEventRegistered
protected void serviceEventRegistered(org.osgi.framework.ServiceEvent serviceEvent)
throws Exception
- Throws:
Exception
serviceEventUnregistering
protected void serviceEventUnregistering(org.osgi.framework.ServiceEvent serviceEvent)
throws Exception
- Throws:
Exception