Application Platform 10.1 | Application Platform API | Using the Application Platform API | Looking up Services from the OSGi Registry | Configuring POJO Services Dynamically
 
Configuring POJO Services Dynamically
Application Platform enables you to dynamically configure a published POJO service by using the @Service annotation. For more information about the @Service annotation, see Publishing POJOs as OSGi Services.
The following table outlines the related API documentation:
Class and Description
org.osgi.service.cm.ManagedService
For information, see the OSGi documentation.
The following methods must be implemented from the ManagedService interface:
Method Name
Return Type
Method Arguments
Description
update
void
java.util.Dictionary<java. lang.String,?> properties
For information about the updated method, see the OSGi documentation.