| com.sun.jbi.management.ComponentInfo
All known Subclasses: com.sun.jbi.management.registry.data.ComponentInfoImpl,
ComponentInfo | public interface ComponentInfo extends com.sun.jbi.ComponentInfo(Code) | | This ComponentInfo extends the base com.sun.jbi.ComponentInfo to
provide access to the persisted component configuration, variables and named
configuration
author: Sun Microsystems, Inc. |
Inner Class :public class Variable | |
getApplicationConfiguration | public Properties getApplicationConfiguration(String name)(Code) | | Get a specific application configuration.
the application configuration whose name = configName. If one does not existan empty properties object is returned. |
getApplicationConfigurationNames | public String[] getApplicationConfigurationNames()(Code) | | Get the names of all application configurations set on the component.
a list of names of all application configurations. If there are zeroapplication configurations set on the component an empty array is returned. |
getConfiguration | public Properties getConfiguration()(Code) | | Get the static component configuration.
the components constant configuration. |
getVariables | public Variable[] getVariables()(Code) | | Get the Application Variables
an array of Variables set on the component. If there are zeroenvironment variables et on the component an empty array is returned. |
|
|