Liferay 6.1.0-ce-b4

com.liferay.portal.osgi
Class ServiceListener

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

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


Constructor Summary
ServiceListener()
           
 
Method Summary
protected  String getLogMessage(String state, org.osgi.framework.ServiceReference<?> serviceReference)
           
 void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
           
protected  void serviceEventModified(org.osgi.framework.ServiceEvent serviceEvent)
           
protected  void serviceEventRegistered(org.osgi.framework.ServiceEvent serviceEvent)
           
protected  void serviceEventUnregistering(org.osgi.framework.ServiceEvent serviceEvent)
           
 
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

ServiceListener

public ServiceListener()
Method Detail

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

Liferay 6.1.0-ce-b4