
public interface ResourceAdapter10 extends ResourceAdapter, MergeableMetadata<ResourceAdapter10>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceAdapter10.Attribute
A Attribute.
|
static class |
ResourceAdapter10.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<AuthenticationMechanism> |
getAuthenticationMechanisms()
Get the authenticationMechanism.
|
XsdString |
getConnectionFactoryImplClass()
Get the connectionFactoryImplClass.
|
XsdString |
getConnectionFactoryInterface()
Get the connectionFactoryInterface.
|
XsdString |
getConnectionImplClass()
Get the connectionImplClass.
|
XsdString |
getConnectionInterface()
Get the connectionInterface.
|
String |
getId()
Get the id.
|
XsdString |
getManagedConnectionFactoryClass()
Get the managedConnectionFactoryClass.
|
Boolean |
getReauthenticationSupport()
Get the reauthenticationSupport.
|
List<SecurityPermission> |
getSecurityPermissions()
Get the securityPermission.
|
TransactionSupportEnum |
getTransactionSupport()
Get the transactionSupport.
|
int |
hashCode() |
String |
toString() |
void |
validate()
Validate this metadata according validation required by specification
|
getConfigPropertiescopymergeXsdString getManagedConnectionFactoryClass()
XsdString getConnectionFactoryInterface()
XsdString getConnectionFactoryImplClass()
XsdString getConnectionInterface()
XsdString getConnectionImplClass()
TransactionSupportEnum getTransactionSupport()
List<AuthenticationMechanism> getAuthenticationMechanisms()
Boolean getReauthenticationSupport()
List<SecurityPermission> getSecurityPermissions()
String getId()
getId in interface IdDecoratedMetadatavoid validate()
throws ValidateException
ValidatableMetadatavalidate in interface ValidatableMetadataValidateException - in case of validation failCopyright © 2013 IronJacamar (http://www.ironjacamar.org)