com.bea.wlevs.spring.support
Interface BundlePropertyAdmin


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.


Copyright © 2007 BEA Systems All Rights Reserved.