Serialized Form


Package de.smartics.properties.admin.domain.model

Class de.smartics.properties.admin.domain.model.ApiServices extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

services

List<E> services
The list of services provided.

 

Class de.smartics.properties.admin.domain.model.ApiServices.ServiceDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
The identifier of the service. It is used as a lookup key to attach metadata information.

 

resourceType

Class<T> resourceType
The resource that implements the service.

 

Class de.smartics.properties.admin.domain.model.CannotInitializeManagedApplicationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.admin.domain.model.ConfigurationKeys extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

application

ManagedApplication application
The application the keys are part of.

 

keys

Collection<E> keys
The keys to configurations of the application.

 

Class de.smartics.properties.admin.domain.model.JndiConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lookup

de.smartics.properties.api.core.app.JndiContext lookup
Access to the JNDI context.


groupId

String groupId
The group identifier of the application the configuration is associated with.

 

artifactId

String artifactId
The artifact identifier of the application the configuration is associated with.

 

version

String version
The version of the application the configuration is associated with.

 

archiveType

String archiveType
The archive type of the application the configuration is associated with.

 

classifier

String classifier
The classifier of the application the configuration is associated with.

 

cacheName

String cacheName
The name of the cache within the JNDI to be looked up.

 

dsName

String dsName
The name of the datasource within the JNDI to be looked up.

 

dsCreateTable

Boolean dsCreateTable
The flag to the datasource to create the properties table.

 

dsDropTable

Boolean dsDropTable
The flag to the datasource to drop the properties table.

 

securityKey

String securityKey
The security key.

 

securityAlgorithm

String securityAlgorithm
The security algorithm.

 

securityProvider

String securityProvider
The security provider.

 

securityTransformation

String securityTransformation
The security transformation.

 

Class de.smartics.properties.admin.domain.model.ManagedApplication extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationId

de.smartics.properties.resource.domain.ArtifactId applicationId
The identifier of the application managed.

 

dataSourceConfig

de.smartics.properties.impl.config.ds.DataSourceConfiguration dataSourceConfig
The data source that contains the property definitions.

 

factory

RemoteConfigurationPropertiesManagementFactory factory
The factory to manage configurations for the application.

 

configurationKeys

Set<E> configurationKeys
The set of keys that have been encountered in the applications lifetime.

Class de.smartics.properties.admin.domain.model.PropertyDescriptors extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registry

de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry
The registry of known descriptors.


sets

com.google.common.collect.Multimap<K,V> sets
Helper to sort descriptors by property set name.

Class de.smartics.properties.admin.domain.model.Security extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

encryptedText

String encryptedText
The encrypted text. May be null.


plainText

String plainText
The plain text. May be null.


Package de.smartics.properties.admin.domain.service

Class de.smartics.properties.admin.domain.service.ApplicationIdConfigurationJndiLoader extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.admin.domain.service.ApplicationIdConfigurationLoader extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.admin.domain.service.ApplicationIdConfigurationPropertiesLoader extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.admin.domain.service.ConfigurationService extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.admin.domain.service.RemoteConfigurationPropertiesManagementFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

de.smartics.properties.spi.config.support.ConfigurationPropertiesManagementFactory delegate
The factory to delegate calls to.


remoteUrl

String remoteUrl
The URL to the remote repository.



Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.