|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.ra.ra10.ResourceAdapter10
public class ResourceAdapter10

| Nested Class Summary | |
|---|---|
static class |
ResourceAdapter10.Attribute
A Attribute. |
static class |
ResourceAdapter10.Tag
A Tag. |
| Constructor Summary | |
|---|---|
ResourceAdapter10(XsdString managedConnectionFactoryClass,
XsdString connectionFactoryInterface,
XsdString connectionFactoryImplClass,
XsdString connectionInterface,
XsdString connectionImplClass,
TransactionSupportEnum transactionSupport,
ArrayList<AuthenticationMechanism> authenticationMechanism,
ArrayList<ConfigProperty> configProperties,
Boolean reauthenticationSupport,
ArrayList<SecurityPermission> securityPermission,
String id)
Create a new ResourceAdapter10. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<AuthenticationMechanism> |
getAuthenticationMechanism()
Get the authenticationMechanism. |
List<ConfigProperty> |
getConfigProperties()
Get the configProperties. |
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> |
getSecurityPermission()
Get the securityPermission. |
TransactionSupportEnum |
getTransactionSupport()
Get the transactionSupport. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceAdapter10(XsdString managedConnectionFactoryClass,
XsdString connectionFactoryInterface,
XsdString connectionFactoryImplClass,
XsdString connectionInterface,
XsdString connectionImplClass,
TransactionSupportEnum transactionSupport,
ArrayList<AuthenticationMechanism> authenticationMechanism,
ArrayList<ConfigProperty> configProperties,
Boolean reauthenticationSupport,
ArrayList<SecurityPermission> securityPermission,
String id)
managedConnectionFactoryClass - class nameconnectionFactoryInterface - interface nameconnectionFactoryImplClass - class nameconnectionInterface - interface nameconnectionImplClass - class nametransactionSupport - how transactions are supportedauthenticationMechanism - how authentication is performedconfigProperties - list of configsreauthenticationSupport - true if reautentication is supportedsecurityPermission - what security permissions are supportedid - the id attribute in xml file| Method Detail |
|---|
public XsdString getManagedConnectionFactoryClass()
public XsdString getConnectionFactoryInterface()
public XsdString getConnectionFactoryImplClass()
public XsdString getConnectionInterface()
public XsdString getConnectionImplClass()
public TransactionSupportEnum getTransactionSupport()
public List<AuthenticationMechanism> getAuthenticationMechanism()
public List<ConfigProperty> getConfigProperties()
public Boolean getReauthenticationSupport()
public List<SecurityPermission> getSecurityPermission()
public String getId()
getId in interface IdDecoratedMetadatapublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||