public interface ConfigPersistenceElement
The unnamed container/grouping elements PropertySetsP, ExtendedPropertySetsP, ServiceInstancesP and ServiceProvidersP pose a problem when it comes to defining a Persistence model for the PropertyChanges[].
| Modifier and Type | Method and Description | 
|---|---|
java.beans.PropertyChangeEvent[] | 
getChanges()  | 
JpsConfigurationPMetaFactory | 
getMetaFactory()  | 
ConfigPersistenceElement | 
getParent()  | 
void | 
persist()
Persists the configuration element by externalizing the changes to a DataStore. 
 | 
java.beans.PropertyChangeEvent[] getChanges()
void persist()
             throws ConfigurationPersistenceException
JpsConfigurationPException - if the persist operation fails or cannot be persisted Note: in case of an XML based Persistence layer, persist can only be supported at the RootElementConfigurationPersistenceExceptionJpsConfigurationPMetaFactory getMetaFactory()
ConfigPersistenceElement getParent()