|
Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics 12c Release (12.2.1.3.0) E98700-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A lightweight equivalent to ConfigAdmin which allows the passing of properties between deployment and deployment applications.
Method Summary | |
abstract java.util.Dictionary |
getBundleProperties(java.lang.String symbolicName) Returns the set of properties registered against the application bundle represented by symbolicName. |
abstract java.lang.Object |
getBundleProperty(java.lang.String symbolicName, java.lang.String propName) Returns the set of properties registered against the application bundle represented by symbolicName. |
Method Detail |
public java.util.Dictionary getBundleProperties(java.lang.String symbolicName)
symbolicName
- of the bundle for which information is required.public java.lang.Object getBundleProperty(java.lang.String symbolicName, java.lang.String propName)
symbolicName
- of the bundle for which information is required.propName
- name of the property which is required.
|
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |