JMX Config Backup Service
Provides a Service to save and load JMX MBean Configurations.
It use the XMLAttributePersistenceManager to store the attributes in xml files.
To separate the files from normal JMX Persistance we use the Version feature.
Therefore all files for a saved configuration are placed in a directory:
<VersionPrefix><configName>
]]>
org.dcm4chex.archive.mbean.ConfigBackupService
The default constructor
ConfigBackupService
Format: <MBean>:<attributeList>
MBean: Either the full ObjectName or the service name when serviceDomainPrefix
can be applied.
attributeList: attribute names separated by ',', or '*' for all attributes of the MBean.
]]>
AttributesToStore
java.lang.String
The version used to store a configuration:<VersionPrefix><configName>
]]>
VersionPrefix
java.lang.String
With this prefix you can use the service name (e.g. StoreScp) in
the AttributesToStore list instead of the full qualified ObjectName String
(e.g. dcm4chee.archive:service=StoreScp)
]]>
ServiceDomainPrefix
java.lang.String
save
Configuration Name
configName
java.lang.String
java.lang.String
load
Configuration Name
configName
java.lang.String
java.lang.String