|
OSGi™ Service Platform Release 2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supports a configuration object.
Configurable is an interface that should be used by a bundle developer in support
of a configurable service.
Bundles that need to configure a service may test to determine
if the service object is an instanceof
Configurable
.
Method Summary | |
java.lang.Object |
getConfigurationObject()
Returns this service's configuration object. |
Method Detail |
public java.lang.Object getConfigurationObject()
Services implementing Configurable should take care when returning a service configuration object since this object is probably sensitive.
If the Java Runtime Environment supports permissions, it is recommended that
the caller is checked for the appropriate permission before returning the configuration object.
It is recommended that callers possessing the appropriate
AdminPermission
always be allowed to get the configuration object.
java.lang.SecurityException
- If the caller does not have
an appropriate permission and the Java Runtime Environment supports permissions.
|
OSGi™ Service Platform Release 2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |