public class MockServiceReference extends Object implements org.osgi.framework.ServiceReference
Constructor and Description |
---|
MockServiceReference(org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object reference) |
org.osgi.framework.Bundle |
getBundle() |
Object |
getProperty(String key) |
String[] |
getPropertyKeys() |
org.osgi.framework.Bundle[] |
getUsingBundles() |
boolean |
isAssignableTo(org.osgi.framework.Bundle bundle,
String className) |
void |
setProperty(String key,
Object value) |
public MockServiceReference(org.osgi.framework.Bundle bundle)
public org.osgi.framework.Bundle getBundle()
getBundle
in interface org.osgi.framework.ServiceReference
public Object getProperty(String key)
getProperty
in interface org.osgi.framework.ServiceReference
public String[] getPropertyKeys()
getPropertyKeys
in interface org.osgi.framework.ServiceReference
public org.osgi.framework.Bundle[] getUsingBundles()
getUsingBundles
in interface org.osgi.framework.ServiceReference
public boolean isAssignableTo(org.osgi.framework.Bundle bundle, String className)
isAssignableTo
in interface org.osgi.framework.ServiceReference
public int compareTo(Object reference)
compareTo
in interface Comparable
compareTo
in interface org.osgi.framework.ServiceReference
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.