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 ResourceAdapter
public void forceNewConfigPropertiesContent(java.util.List<? extends ConfigProperty> newContents)
newContents
- the list of new propertiespublic abstract java.lang.String getId()
IdDecoratedMetadata
getId
in interface IdDecoratedMetadata
public abstract void validate() throws ValidateException
ValidatableMetadata
validate
in interface ValidatableMetadata
ValidateException
- in case of validation failpublic abstract CopyableMetaData copy()
CopyableMetaData
copy
in interface CopyableMetaData
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)