
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(Object obj) |
List<AdminObject> |
getAdminObjects() |
List<? extends ConfigProperty> |
getConfigProperties()
It return an Unmodifiable List of config properties
|
String |
getId()
Return the String representing xml ID
|
InboundResourceAdapter |
getInboundResourceadapter() |
OutboundResourceAdapter |
getOutboundResourceadapter() |
String |
getResourceadapterClass() |
List<SecurityPermission> |
getSecurityPermissions() |
int |
hashCode() |
String |
toString() |
void |
validate()
Validate this metadata according validation required by specification
|
copymergeString getResourceadapterClass()
List<? extends ConfigProperty> getConfigProperties()
ResourceAdaptergetConfigProperties in interface ResourceAdapterOutboundResourceAdapter getOutboundResourceadapter()
InboundResourceAdapter getInboundResourceadapter()
List<AdminObject> getAdminObjects()
List<SecurityPermission> getSecurityPermissions()
String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()int hashCode()
hashCode in class ObjectObject.hashCode()boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)String toString()
toString in class ObjectObject.toString()void validate()
throws ValidateException
ValidatableMetadatavalidate in interface ValidatableMetadataValidateException - in case of validation failCopyright © 2013 IronJacamar (http://www.ironjacamar.org)