org.apache.felix.framework.util
Class ListenerHookInfoImpl
Object
org.apache.felix.framework.util.ListenerHookInfoImpl
- All Implemented Interfaces:
- org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
public class ListenerHookInfoImpl
- extends Object
- implements org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Constructor Summary |
ListenerHookInfoImpl(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceListener listener,
String filter,
boolean removed)
|
Methods inherited from class Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ListenerHookInfoImpl
public ListenerHookInfoImpl(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceListener listener,
String filter,
boolean removed)
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
- Specified by:
getBundleContext
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
getFilter
public String getFilter()
- Specified by:
getFilter
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
isRemoved
public boolean isRemoved()
- Specified by:
isRemoved
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
- Overrides:
hashCode
in class Object