org.objectweb.jonas_rar.deployment.xml
Class OutboundResourceadapter

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter
All Implemented Interfaces:
java.io.Serializable, Element

public class OutboundResourceadapter
extends AbsElement

This class defines the implementation of the element outbound-resourceadapter

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
OutboundResourceadapter()
          Constructor
 
Method Summary
 void addAuthenticationMechanism(AuthenticationMechanism authenticationMechanism)
          Add a new authentication-mechanism element to this object
 void addConnectionDefinition(ConnectionDefinition connectionDefinition)
          Add a new connection-definition element to this object
 JLinkedList getAuthenticationMechanismList()
          Gets the authentication-mechanism
 JLinkedList getConnectionDefinitionList()
          Gets the connection-definition
 java.lang.String getReauthenticationSupport()
          Gets the reauthentication-support
 java.lang.String getTransactionSupport()
          Gets the transaction-support
 void setAuthenticationMechanismList(JLinkedList authenticationMechanismList)
          Set the authentication-mechanism
 void setConnectionDefinitionList(JLinkedList connectionDefinitionList)
          Set the connection-definition
 void setReauthenticationSupport(java.lang.String reauthenticationSupport)
          Set the reauthentication-support
 void setTransactionSupport(java.lang.String transactionSupport)
          Set the transaction-support
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutboundResourceadapter

public OutboundResourceadapter()
Constructor

Method Detail

getConnectionDefinitionList

public JLinkedList getConnectionDefinitionList()
Gets the connection-definition

Returns:
the connection-definition

setConnectionDefinitionList

public void setConnectionDefinitionList(JLinkedList connectionDefinitionList)
Set the connection-definition

Parameters:
connectionDefinitionList - connectionDefinition

addConnectionDefinition

public void addConnectionDefinition(ConnectionDefinition connectionDefinition)
Add a new connection-definition element to this object

Parameters:
connectionDefinition - the connectionDefinitionobject

getTransactionSupport

public java.lang.String getTransactionSupport()
Gets the transaction-support

Returns:
the transaction-support

setTransactionSupport

public void setTransactionSupport(java.lang.String transactionSupport)
Set the transaction-support

Parameters:
transactionSupport - transactionSupport

getAuthenticationMechanismList

public JLinkedList getAuthenticationMechanismList()
Gets the authentication-mechanism

Returns:
the authentication-mechanism

setAuthenticationMechanismList

public void setAuthenticationMechanismList(JLinkedList authenticationMechanismList)
Set the authentication-mechanism

Parameters:
authenticationMechanismList - authenticationMechanism

addAuthenticationMechanism

public void addAuthenticationMechanism(AuthenticationMechanism authenticationMechanism)
Add a new authentication-mechanism element to this object

Parameters:
authenticationMechanism - the authenticationMechanismobject

getReauthenticationSupport

public java.lang.String getReauthenticationSupport()
Gets the reauthentication-support

Returns:
the reauthentication-support

setReauthenticationSupport

public void setReauthenticationSupport(java.lang.String reauthenticationSupport)
Set the reauthentication-support

Parameters:
reauthenticationSupport - reauthenticationSupport

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.