| java.lang.Object com.sun.jbi.jsf.util.AppConfigUtils
AppConfigUtils | final public class AppConfigUtils (Code) | | This class is used to provide utilitiies for the Component
Application Configuration use-cases
|
Method Summary | |
public static Properties | checkAppConfig(String anInstanceName, String aComponentName, String anAppConfigName) Determines if the specified Application Configuration
exists for the specified component on the specified
instance. | public static Properties | checkComponent(String anInstanceName, String aComponentName) Determines if the specified component, on the specified
instance, supports Application Configurations. | public static List<AppConfigField> | getAppConfigFields(String aComponentName, String anInstanceName, String anAppConfigName) Gets the fields for the specified Application Configuration name if it exists,
otherwise returns the default values for a new Application Configuration. |
checkAppConfig | public static Properties checkAppConfig(String anInstanceName, String aComponentName, String anAppConfigName)(Code) | | Determines if the specified Application Configuration
exists for the specified component on the specified
instance.
Parameters: anInstanceName - String instance with target MBean for the component Parameters: aComponentName - String JBI Component name Parameters: anAppConfigName - String the Application Configuration name |
checkComponent | public static Properties checkComponent(String anInstanceName, String aComponentName)(Code) | | Determines if the specified component, on the specified
instance, supports Application Configurations.
Parameters: anInstanceName - String instance with target MBean for the component Parameters: aComponentName - String JBI Component name |
getAppConfigFields | public static List<AppConfigField> getAppConfigFields(String aComponentName, String anInstanceName, String anAppConfigName)(Code) | | Gets the fields for the specified Application Configuration name if it exists,
otherwise returns the default values for a new Application Configuration.
Parameters: anInstanceName - String instance with target MBean for the component Parameters: aComponentName - String JBI Component name Parameters: anAppConfigName - String the Application Configuration name |
|
|