org.ops4j.pax.runner.osgi
Class UnsupportedBundleContext
java.lang.Object
org.ops4j.pax.runner.osgi.UnsupportedBundleContext
- All Implemented Interfaces:
- org.osgi.framework.BundleContext
- Direct Known Subclasses:
- RunnerBundleContext
public class UnsupportedBundleContext
- extends java.lang.Object
- implements org.osgi.framework.BundleContext
Method Summary |
void |
addBundleListener(org.osgi.framework.BundleListener bundleListener)
|
void |
addFrameworkListener(org.osgi.framework.FrameworkListener frameworkListener)
|
void |
addServiceListener(org.osgi.framework.ServiceListener serviceListener)
|
void |
addServiceListener(org.osgi.framework.ServiceListener serviceListener,
java.lang.String string)
|
org.osgi.framework.Filter |
createFilter(java.lang.String string)
|
org.osgi.framework.ServiceReference[] |
getAllServiceReferences(java.lang.String string,
java.lang.String string1)
|
org.osgi.framework.Bundle |
getBundle()
|
org.osgi.framework.Bundle |
getBundle(long l)
|
org.osgi.framework.Bundle[] |
getBundles()
|
java.io.File |
getDataFile(java.lang.String string)
|
java.lang.String |
getProperty(java.lang.String string)
|
java.lang.Object |
getService(org.osgi.framework.ServiceReference serviceReference)
|
org.osgi.framework.ServiceReference |
getServiceReference(java.lang.String string)
|
org.osgi.framework.ServiceReference[] |
getServiceReferences(java.lang.String string,
java.lang.String string1)
|
org.osgi.framework.Bundle |
installBundle(java.lang.String string)
|
org.osgi.framework.Bundle |
installBundle(java.lang.String string,
java.io.InputStream inputStream)
|
org.osgi.framework.ServiceRegistration |
registerService(java.lang.String[] strings,
java.lang.Object object,
java.util.Dictionary dictionary)
|
org.osgi.framework.ServiceRegistration |
registerService(java.lang.String string,
java.lang.Object object,
java.util.Dictionary dictionary)
|
void |
removeBundleListener(org.osgi.framework.BundleListener bundleListener)
|
void |
removeFrameworkListener(org.osgi.framework.FrameworkListener frameworkListener)
|
void |
removeServiceListener(org.osgi.framework.ServiceListener serviceListener)
|
boolean |
ungetService(org.osgi.framework.ServiceReference serviceReference)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsupportedBundleContext
public UnsupportedBundleContext()
getProperty
public java.lang.String getProperty(java.lang.String string)
- Specified by:
getProperty
in interface org.osgi.framework.BundleContext
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle
in interface org.osgi.framework.BundleContext
installBundle
public org.osgi.framework.Bundle installBundle(java.lang.String string)
throws org.osgi.framework.BundleException
- Specified by:
installBundle
in interface org.osgi.framework.BundleContext
- Throws:
org.osgi.framework.BundleException
installBundle
public org.osgi.framework.Bundle installBundle(java.lang.String string,
java.io.InputStream inputStream)
throws org.osgi.framework.BundleException
- Specified by:
installBundle
in interface org.osgi.framework.BundleContext
- Throws:
org.osgi.framework.BundleException
getBundle
public org.osgi.framework.Bundle getBundle(long l)
- Specified by:
getBundle
in interface org.osgi.framework.BundleContext
getBundles
public org.osgi.framework.Bundle[] getBundles()
- Specified by:
getBundles
in interface org.osgi.framework.BundleContext
addServiceListener
public void addServiceListener(org.osgi.framework.ServiceListener serviceListener,
java.lang.String string)
throws org.osgi.framework.InvalidSyntaxException
- Specified by:
addServiceListener
in interface org.osgi.framework.BundleContext
- Throws:
org.osgi.framework.InvalidSyntaxException
addServiceListener
public void addServiceListener(org.osgi.framework.ServiceListener serviceListener)
- Specified by:
addServiceListener
in interface org.osgi.framework.BundleContext
removeServiceListener
public void removeServiceListener(org.osgi.framework.ServiceListener serviceListener)
- Specified by:
removeServiceListener
in interface org.osgi.framework.BundleContext
addBundleListener
public void addBundleListener(org.osgi.framework.BundleListener bundleListener)
- Specified by:
addBundleListener
in interface org.osgi.framework.BundleContext
removeBundleListener
public void removeBundleListener(org.osgi.framework.BundleListener bundleListener)
- Specified by:
removeBundleListener
in interface org.osgi.framework.BundleContext
addFrameworkListener
public void addFrameworkListener(org.osgi.framework.FrameworkListener frameworkListener)
- Specified by:
addFrameworkListener
in interface org.osgi.framework.BundleContext
removeFrameworkListener
public void removeFrameworkListener(org.osgi.framework.FrameworkListener frameworkListener)
- Specified by:
removeFrameworkListener
in interface org.osgi.framework.BundleContext
registerService
public org.osgi.framework.ServiceRegistration registerService(java.lang.String[] strings,
java.lang.Object object,
java.util.Dictionary dictionary)
- Specified by:
registerService
in interface org.osgi.framework.BundleContext
registerService
public org.osgi.framework.ServiceRegistration registerService(java.lang.String string,
java.lang.Object object,
java.util.Dictionary dictionary)
- Specified by:
registerService
in interface org.osgi.framework.BundleContext
getServiceReferences
public org.osgi.framework.ServiceReference[] getServiceReferences(java.lang.String string,
java.lang.String string1)
throws org.osgi.framework.InvalidSyntaxException
- Specified by:
getServiceReferences
in interface org.osgi.framework.BundleContext
- Throws:
org.osgi.framework.InvalidSyntaxException
getAllServiceReferences
public org.osgi.framework.ServiceReference[] getAllServiceReferences(java.lang.String string,
java.lang.String string1)
throws org.osgi.framework.InvalidSyntaxException
- Specified by:
getAllServiceReferences
in interface org.osgi.framework.BundleContext
- Throws:
org.osgi.framework.InvalidSyntaxException
getServiceReference
public org.osgi.framework.ServiceReference getServiceReference(java.lang.String string)
- Specified by:
getServiceReference
in interface org.osgi.framework.BundleContext
getService
public java.lang.Object getService(org.osgi.framework.ServiceReference serviceReference)
- Specified by:
getService
in interface org.osgi.framework.BundleContext
ungetService
public boolean ungetService(org.osgi.framework.ServiceReference serviceReference)
- Specified by:
ungetService
in interface org.osgi.framework.BundleContext
getDataFile
public java.io.File getDataFile(java.lang.String string)
- Specified by:
getDataFile
in interface org.osgi.framework.BundleContext
createFilter
public org.osgi.framework.Filter createFilter(java.lang.String string)
throws org.osgi.framework.InvalidSyntaxException
- Specified by:
createFilter
in interface org.osgi.framework.BundleContext
- Throws:
org.osgi.framework.InvalidSyntaxException
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.