org.apache.sling.commons.testing.osgi
Class MockServiceReference
java.lang.Object
org.apache.sling.commons.testing.osgi.MockServiceReference
- All Implemented Interfaces:
- Comparable, org.osgi.framework.ServiceReference
public class MockServiceReference
- extends Object
- implements org.osgi.framework.ServiceReference
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockServiceReference
public MockServiceReference(org.osgi.framework.Bundle bundle)
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle
in interface org.osgi.framework.ServiceReference
setProperty
public void setProperty(String key,
Object value)
getProperty
public Object getProperty(String key)
- Specified by:
getProperty
in interface org.osgi.framework.ServiceReference
getPropertyKeys
public String[] getPropertyKeys()
- Specified by:
getPropertyKeys
in interface org.osgi.framework.ServiceReference
getUsingBundles
public org.osgi.framework.Bundle[] getUsingBundles()
- Specified by:
getUsingBundles
in interface org.osgi.framework.ServiceReference
isAssignableTo
public boolean isAssignableTo(org.osgi.framework.Bundle bundle,
String className)
- Specified by:
isAssignableTo
in interface org.osgi.framework.ServiceReference
compareTo
public int compareTo(Object reference)
- Specified by:
compareTo
in interface Comparable
- Specified by:
compareTo
in interface org.osgi.framework.ServiceReference
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.