public class ListenerInfo extends Object implements org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Constructor and Description |
---|
ListenerInfo(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleContext context,
Class listenerClass,
EventListener listener,
org.osgi.framework.Filter filter,
Object acc,
boolean removed) |
ListenerInfo(ListenerInfo info,
boolean removed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.osgi.framework.Bundle |
getBundle() |
org.osgi.framework.BundleContext |
getBundleContext() |
String |
getFilter() |
EventListener |
getListener() |
Class |
getListenerClass() |
org.osgi.framework.Filter |
getParsedFilter() |
Object |
getSecurityContext() |
int |
hashCode() |
boolean |
isRemoved() |
public ListenerInfo(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleContext context, Class listenerClass, EventListener listener, org.osgi.framework.Filter filter, Object acc, boolean removed)
public ListenerInfo(ListenerInfo info, boolean removed)
public org.osgi.framework.Bundle getBundle()
public org.osgi.framework.BundleContext getBundleContext()
getBundleContext
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
public Class getListenerClass()
public EventListener getListener()
public org.osgi.framework.Filter getParsedFilter()
public String getFilter()
getFilter
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
public Object getSecurityContext()
public boolean isRemoved()
isRemoved
in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
public boolean equals(Object obj)
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.