Knopflerfish OSGi bundle foreignapplication 4.0.0
A F G L O R S

A

addServiceListener(ApplicationServiceListener, String) - Method in interface org.osgi.application.ApplicationContext
Adds the specified ApplicationServiceListener object to this context application instance's list of listeners.
addServiceListener(ApplicationServiceListener, String[]) - Method in interface org.osgi.application.ApplicationContext
Adds the specified ApplicationServiceListener object to this context application instance's list of listeners.
ApplicationContext - Interface in org.osgi.application
ApplicationContext is the access point for an OSGi-aware application to the features of the OSGi Service Platform.
ApplicationServiceEvent - Class in org.osgi.application
An event from the Framework describing a service lifecycle change.
ApplicationServiceEvent(int, ServiceReference, Object) - Constructor for class org.osgi.application.ApplicationServiceEvent
Creates a new application service event object.
ApplicationServiceListener - Interface in org.osgi.application
An ApplicationServiceEvent listener.

F

Framework - Class in org.osgi.application
Using this class, OSGi-aware applications can obtain their ApplicationContext.

G

getApplicationContext(Object) - Static method in class org.osgi.application.Framework
This method needs an argument, an object that represents the application instance.
getApplicationId() - Method in interface org.osgi.application.ApplicationContext
This method return the identifier of the corresponding application type.
getInstanceId() - Method in interface org.osgi.application.ApplicationContext
This method returns the identifier of the corresponding application instance.
getServiceObject() - Method in class org.osgi.application.ApplicationServiceEvent
This method returns the service object of this service bound to the listener application instance.
getServiceProperties(Object) - Method in interface org.osgi.application.ApplicationContext
Application can query the service properties of a service object it is bound to.
getStartupParameters() - Method in interface org.osgi.application.ApplicationContext
Returns the startup parameters specified when calling the org.osgi.service.application.ApplicationDescriptor#launch method.

L

locateService(String) - Method in interface org.osgi.application.ApplicationContext
This method returns the service object for the specified referenceName.
locateServices(String) - Method in interface org.osgi.application.ApplicationContext
This method returns the service objects for the specified referenceName.

O

org.osgi.application - package org.osgi.application
Foreign Application Package Version 1.0.

R

registerService(String[], Object, Dictionary) - Method in interface org.osgi.application.ApplicationContext
Registers the specified service object with the specified properties under the specified class names into the Framework.
registerService(String, Object, Dictionary) - Method in interface org.osgi.application.ApplicationContext
Registers the specified service object with the specified properties under the specified class name with the Framework.
removeServiceListener(ApplicationServiceListener) - Method in interface org.osgi.application.ApplicationContext
Removes the specified ApplicationServiceListener object from this context application instances's list of listeners.

S

serviceChanged(ApplicationServiceEvent) - Method in interface org.osgi.application.ApplicationServiceListener
Receives notification that a service has had a lifecycle change.

A F G L O R S
Knopflerfish OSGi ${version}