Package org.nuxeo.osgi.services
Class ServiceReferenceImpl
java.lang.Object
org.nuxeo.osgi.services.ServiceReferenceImpl
- All Implemented Interfaces:
Comparable,org.osgi.framework.ServiceReference
Dummy service reference. servicefactory not supported.
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintorg.osgi.framework.BundlegetProperty(String key) String[]org.osgi.framework.Bundle[]booleanisAssignableTo(org.osgi.framework.Bundle bundle, String className) voidsetProperties(Dictionary<String, ?> dict)
-
Field Details
-
bundle
protected org.osgi.framework.Bundle bundle -
service
-
factory
protected org.osgi.framework.ServiceFactory factory -
props
-
-
Constructor Details
-
ServiceReferenceImpl
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfaceorg.osgi.framework.ServiceReference
-
getPropertyKeys
- Specified by:
getPropertyKeysin interfaceorg.osgi.framework.ServiceReference
-
getBundle
public org.osgi.framework.Bundle getBundle()- Specified by:
getBundlein interfaceorg.osgi.framework.ServiceReference
-
getUsingBundles
public org.osgi.framework.Bundle[] getUsingBundles()- Specified by:
getUsingBundlesin interfaceorg.osgi.framework.ServiceReference
-
isAssignableTo
- Specified by:
isAssignableToin interfaceorg.osgi.framework.ServiceReference
-
compareTo
- Specified by:
compareToin interfaceComparable- Specified by:
compareToin interfaceorg.osgi.framework.ServiceReference
-
getService
-
setProperties
-