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.
|
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
|
getConfigProperties
copy
merge
XsdString getManagedConnectionFactoryClass()
XsdString getConnectionFactoryInterface()
XsdString getConnectionFactoryImplClass()
XsdString getConnectionInterface()
XsdString getConnectionImplClass()
TransactionSupportEnum getTransactionSupport()
java.util.List<AuthenticationMechanism> getAuthenticationMechanisms()
boolean getReauthenticationSupport()
java.util.List<SecurityPermission> getSecurityPermissions()
java.lang.String getId()
getId
in interface IdDecoratedMetadata
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
java.lang.String toString()
toString
in class java.lang.Object
void validate() throws ValidateException
ValidatableMetadata
validate
in interface ValidatableMetadata
ValidateException
- in case of validation failCopyright © 2013 IronJacamar (http://www.ironjacamar.org)