Configurable

Syntax

public interface Configurable

Description

Interface implemented by services which support a configuration object. Configurable is an interface that may be implemented by a bundle programmer. The implementation of a service that is configurable should implement this interface. Bundles that wish to configure a service may test to see if the service object is an instanceof Configurable.

Member Summary
Methods
public ObjectgetConfigurationObject()
 Retrieve the configuration object for a service.

Methods

getConfigurationObject()
public java.lang.Object getConfigurationObject()
            throws java.lang.SecurityException

Retrieve the configuration object for a service.

Services implementing this interface should be careful when returning ...

Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.