|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeConfigurationMBean
MBean interface for run-time configuration
Field Summary | |
---|---|
static String |
CONFIG_APPLICATION_CONFIGURATIONS
|
static String |
CONFIG_THREADS
|
Method Summary | |
---|---|
void |
addApplicationConfiguration(String name,
CompositeData appConfig)
Add an application configuration. |
void |
addApplicationVariable(String name,
CompositeData appVar)
This operation adds a new applicationvariable. |
int |
countVariables()
|
void |
deleteApplicationConfiguration(String name)
Delete an application configuration. |
void |
deleteApplicationVariable(String name)
This operation deletes an application variable, if a variable with the specified name does not exist, it's an error. |
TabularData |
getApplicationConfigurations()
Get a Map of all application configurations for the component. |
TabularData |
getApplicationVariables()
Get the Application Variable set for a component. |
Integer |
getOutboundThreads()
|
CompositeType |
queryApplicationConfigurationType()
Get the CompositeType definition for the components application configuration |
Map |
retrieveApplicationConfigurationsMap()
Retrieves the application configuration map. |
Map<String,String[]> |
retrieveApplicationVariablesMap()
Retrieves the application variables map. |
String |
retrieveConfigurationDisplayData()
Retrieves the Configuration Display Data |
String |
retrieveConfigurationDisplaySchema()
Retrieves the Configuration Display Schema |
void |
setApplicationConfiguration(String name,
CompositeData appConfig)
Update a application configuration. |
void |
setApplicationVariable(String name,
CompositeData appVar)
This operation sets an application variable. |
void |
setOutboundThreads(Integer val)
|
void |
updateApplicationConfigurationsMap(Map val)
Updates the application configuration map. |
void |
updateApplicationVariablesMap(Map<String,String[]> map)
Updates the application variable map. |
Field Detail |
---|
static final String CONFIG_THREADS
static final String CONFIG_APPLICATION_CONFIGURATIONS
Method Detail |
---|
Integer getOutboundThreads()
void setOutboundThreads(Integer val) throws InvalidAttributeValueException, MBeanException
InvalidAttributeValueException
MBeanException
CompositeType queryApplicationConfigurationType()
void addApplicationConfiguration(String name, CompositeData appConfig) throws InvalidAttributeValueException, MBeanException
name
- - configuration name, must match the value of the field "name" in the namedConfigappConfig
- - application configuration composite
MBeanException
- if the application configuration cannot be added.
InvalidAttributeValueException
void deleteApplicationConfiguration(String name) throws MBeanException
name
- - identification of the application configuration to be deleted
MBeanException
- if the configuration cannot be deleted.void setApplicationConfiguration(String name, CompositeData appConfig) throws InvalidAttributeValueException, MBeanException
name
- - configuration name, must match the value of the field "configurationName" in the appConfigappConfig
- - application configuration composite
MBeanException
- if there are errors encountered when updating the configuration.
InvalidAttributeValueException
TabularData getApplicationConfigurations()
Map retrieveApplicationConfigurationsMap()
void updateApplicationConfigurationsMap(Map val) throws MBeanException
a
- Map containing application variable information
MBeanException
Map<String,String[]> retrieveApplicationVariablesMap()
void updateApplicationVariablesMap(Map<String,String[]> map) throws MBeanException
a
- Map containing application variable information
MBeanException
int countVariables()
void addApplicationVariable(String name, CompositeData appVar) throws MBeanException
name
- - name of the application variableappVar
- - this is the application variable compoiste
MBeanException
- if an error occurs in adding the application variables to the
component.void setApplicationVariable(String name, CompositeData appVar) throws MBeanException
name
- - name of the application variableappVar
- - this is the application variable compoiste to be updated.
MBeanException
- if one or more application variables cannot be deletedvoid deleteApplicationVariable(String name) throws MBeanException
name
- - name of the application variable
MBeanException
- on errors.TabularData getApplicationVariables()
String retrieveConfigurationDisplaySchema()
String retrieveConfigurationDisplayData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |