org.jboss.jca.common.metadata.ra.common
Class OutboundResourceAdapter
java.lang.Object
org.jboss.jca.common.metadata.ra.common.OutboundResourceAdapter
- All Implemented Interfaces:
- Serializable, JCAMetadata, IdDecoratedMetadata
public class OutboundResourceAdapter
- extends Object
- implements IdDecoratedMetadata
- Author:
- Stefano Maestri
- See Also:
- Serialized Form
OutboundResourceAdapter
public OutboundResourceAdapter(ArrayList<ConnectionDefinition> connectionDefinition,
TransactionSupportEnum transactionSupport,
ArrayList<AuthenticationMechanism> authenticationMechanism,
Boolean reauthenticationSupport,
String id)
- Parameters:
connectionDefinition - list of connection definitionstransactionSupport - transaction supported form this RA. Valid ones are defined by an enumauthenticationMechanism - list of authentication mechanism supportedreauthenticationSupport - not mandatary boolean valueid - XML ID
getConnectionDefinition
public List<ConnectionDefinition> getConnectionDefinition()
- Returns:
- connectionDefinition
getTransactionSupport
public TransactionSupportEnum getTransactionSupport()
- Returns:
- transactionSupport
getAuthenticationMechanism
public List<AuthenticationMechanism> getAuthenticationMechanism()
- Returns:
- authenticationMechanism
getReauthenticationSupport
public Boolean getReauthenticationSupport()
- Returns:
- reauthenticationSupport
getId
public String getId()
- Return the String representing xml ID
- Specified by:
getId in interface IdDecoratedMetadata
- Returns:
- the XML ID
- See Also:
IdDecoratedMetadata.getId()
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
equals
public boolean equals(Object obj)
-
- Overrides:
equals in class Object
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
-
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)