Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing
11g Release 1 (11.1.1.4.0)

E14303-04
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.spring.support
Interface BundlePropertyAdmin

All Known Subinterfaces:
BundlePropertyAdminMutator

public interface BundlePropertyAdmin

A lightweight equivalent to ConfigAdmin which allows the passing of properties between deployment and deployment applications.


Method Summary
 java.util.Dictionary getBundleProperties(java.lang.String symbolicName)
          Returns the set of properties registered against the application bundle represented by symbolicName.
 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

getBundleProperties

public java.util.Dictionary getBundleProperties(java.lang.String symbolicName)
Returns the set of properties registered against the application bundle represented by symbolicName.
Parameters:
symbolicName - of the bundle for which information is required.
Returns:
a Dictionary of properties or null if no Bundle with the symbolic name exists.

getBundleProperty

public 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.
Parameters:
symbolicName - of the bundle for which information is required.
propName - name of the property which is required.
Returns:
a property or null if no Bundle with the symbolic name exists.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD