public interface ResourceAdapter extends IdDecoratedMetadata, ValidatableMetadata, CopyableMetaData, MergeableMetadata<ResourceAdapter>
Modifier and Type | Method and Description |
---|---|
List<AdminObject> |
getAdminObjects() |
List<ConfigProperty> |
getConfigProperties() |
InboundResourceAdapter |
getInboundResourceadapter() |
OutboundResourceAdapter |
getOutboundResourceadapter() |
String |
getResourceadapterClass() |
List<SecurityPermission> |
getSecurityPermissions() |
void |
validate()
Validate this metadata according validation required by specification
|
getId
copy
merge
String getResourceadapterClass()
List<ConfigProperty> getConfigProperties()
OutboundResourceAdapter getOutboundResourceadapter()
InboundResourceAdapter getInboundResourceadapter()
List<AdminObject> getAdminObjects()
List<SecurityPermission> getSecurityPermissions()
void validate() throws ValidateException
validate
in interface ValidatableMetadata
ValidateException
- in case of validation failCopyright © 2021 JBoss by Red Hat. All rights reserved.