public abstract class AbstractResourceAdapetrImpl extends java.lang.Object implements ResourceAdapter
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<ConfigProperty> |
configProperties
configProperties
|
| Constructor and Description |
|---|
AbstractResourceAdapetrImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
void |
forceNewConfigPropertiesContent(java.util.List<? extends ConfigProperty> newContents)
force configProperties with new content.
|
java.util.List<? extends ConfigProperty> |
getConfigProperties()
Get the configProperties.
|
abstract java.lang.String |
getId()
Return the String representing xml ID
|
abstract void |
validate()
Validate this metadata according validation required by specification
|
protected java.util.ArrayList<ConfigProperty> configProperties
public java.util.List<? extends ConfigProperty> getConfigProperties()
getConfigProperties in interface ResourceAdapterpublic void forceNewConfigPropertiesContent(java.util.List<? extends ConfigProperty> newContents)
newContents - the list of new propertiespublic abstract java.lang.String getId()
IdDecoratedMetadatagetId in interface IdDecoratedMetadatapublic abstract void validate()
throws ValidateException
ValidatableMetadatavalidate in interface ValidatableMetadataValidateException - in case of validation failpublic abstract CopyableMetaData copy()
CopyableMetaDatacopy in interface CopyableMetaDataCopyright © 2013 IronJacamar (http://www.ironjacamar.org)