public interface ResourceAdapter1516 extends ResourceAdapter, MergeableMetadata<ResourceAdapter1516>
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceAdapter1516.Attribute
A Attribute.
|
static class |
ResourceAdapter1516.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AdminObject> |
getAdminObjects() |
java.util.List<? extends ConfigProperty> |
getConfigProperties()
It return an Unmodifiable List of config properties
|
java.lang.String |
getId()
Return the String representing xml ID
|
InboundResourceAdapter |
getInboundResourceadapter() |
OutboundResourceAdapter |
getOutboundResourceadapter() |
java.lang.String |
getResourceadapterClass() |
java.util.List<SecurityPermission> |
getSecurityPermissions() |
int |
hashCode() |
java.lang.String |
toString() |
void |
validate()
Validate this metadata according validation required by specification
|
copy
merge
java.lang.String getResourceadapterClass()
java.util.List<? extends ConfigProperty> getConfigProperties()
ResourceAdapter
getConfigProperties
in interface ResourceAdapter
OutboundResourceAdapter getOutboundResourceadapter()
InboundResourceAdapter getInboundResourceadapter()
java.util.List<AdminObject> getAdminObjects()
java.util.List<SecurityPermission> getSecurityPermissions()
java.lang.String getId()
getId
in interface IdDecoratedMetadata
IdDecoratedMetadata.getId()
int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
void validate() throws ValidateException
ValidatableMetadata
validate
in interface ValidatableMetadata
ValidateException
- in case of validation failCopyright © 2013 IronJacamar (http://www.ironjacamar.org)