
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(java.lang.Object obj) |
java.util.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.
|
java.lang.String |
getId()
Get the id.
|
XsdString |
getManagedConnectionFactoryClass()
Get the managedConnectionFactoryClass.
|
java.lang.Boolean |
getReauthenticationSupport()
Get the reauthenticationSupport.
|
java.util.List<SecurityPermission> |
getSecurityPermissions()
Get the securityPermission.
|
TransactionSupportEnum |
getTransactionSupport()
Get the transactionSupport.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
validate()
Validate this metadata according validation required by specification
|
getConfigPropertiescopymergeXsdString getManagedConnectionFactoryClass()
XsdString getConnectionFactoryInterface()
XsdString getConnectionFactoryImplClass()
XsdString getConnectionInterface()
XsdString getConnectionImplClass()
TransactionSupportEnum getTransactionSupport()
java.util.List<AuthenticationMechanism> getAuthenticationMechanisms()
java.lang.Boolean getReauthenticationSupport()
java.util.List<SecurityPermission> getSecurityPermissions()
java.lang.String getId()
getId in interface IdDecoratedMetadataint hashCode()
hashCode in class java.lang.Objectboolean equals(java.lang.Object obj)
equals in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Objectvoid validate()
throws ValidateException
ValidatableMetadatavalidate in interface ValidatableMetadataValidateException - in case of validation failCopyright © 2013 IronJacamar (http://www.ironjacamar.org)