DescriptorBean, SettableBean, StandardInterfacepublic interface ExportMBean extends StandardInterface, DescriptorBean
| Modifier and Type | Method | Description |
|---|---|---|
void |
exportData(java.lang.String format,
java.lang.String filename,
java.util.Properties constraints) |
Exports provider specific data in a specified format.
|
java.lang.String[] |
getSupportedExportConstraints() |
Returns the list of export constraints that this provider supports.
|
java.lang.String[] |
getSupportedExportFormats() |
Returns the list of export data formats that this provider supports.
|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetNamejava.lang.String[] getSupportedExportFormats()
java.lang.String[] getSupportedExportConstraints()
void exportData(java.lang.String format,
java.lang.String filename,
java.util.Properties constraints)
throws InvalidParameterException,
ErrorCollectionException
java.lang.Exceptions,
where the text of each exception describes the error.format - - The format for exporting provider specific data.filename - - The full path to the filename used to write data.constraints - - The constraints to be used when exporting data.
A null value indicates that all data will be exported.InvalidParameterExceptionErrorCollectionException