org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter Class Reference

List of all members.

Public Member Functions

 OutboundResourceadapter ()
JLinkedList getConnectionDefinitionList ()
void setConnectionDefinitionList (JLinkedList connectionDefinitionList)
void addConnectionDefinition (ConnectionDefinition connectionDefinition)
String getTransactionSupport ()
void setTransactionSupport (String transactionSupport)
JLinkedList getAuthenticationMechanismList ()
void setAuthenticationMechanismList (JLinkedList authenticationMechanismList)
void addAuthenticationMechanism (AuthenticationMechanism authenticationMechanism)
String getReauthenticationSupport ()
void setReauthenticationSupport (String reauthenticationSupport)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element outbound-resourceadapter

Author:
Eric Hardesty

Definition at line 37 of file OutboundResourceadapter.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.OutboundResourceadapter  ) 
 

Constructor

Definition at line 63 of file OutboundResourceadapter.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.addAuthenticationMechanism AuthenticationMechanism  authenticationMechanism  ) 
 

Add a new authentication-mechanism element to this object

Parameters:
authenticationMechanism the authenticationMechanismobject

Definition at line 129 of file OutboundResourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.addConnectionDefinition ConnectionDefinition  connectionDefinition  ) 
 

Add a new connection-definition element to this object

Parameters:
connectionDefinition the connectionDefinitionobject

Definition at line 89 of file OutboundResourceadapter.java.

JLinkedList org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.getAuthenticationMechanismList  ) 
 

Gets the authentication-mechanism

Returns:
the authentication-mechanism

Definition at line 113 of file OutboundResourceadapter.java.

Referenced by org.objectweb.jonas_rar.deployment.api.OutboundResourceadapterDesc.OutboundResourceadapterDesc().

JLinkedList org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.getConnectionDefinitionList  ) 
 

Gets the connection-definition

Returns:
the connection-definition

Definition at line 73 of file OutboundResourceadapter.java.

Referenced by org.objectweb.jonas_rar.deployment.api.OutboundResourceadapterDesc.OutboundResourceadapterDesc().

String org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.getReauthenticationSupport  ) 
 

Gets the reauthentication-support

Returns:
the reauthentication-support

Definition at line 137 of file OutboundResourceadapter.java.

Referenced by org.objectweb.jonas_rar.deployment.api.OutboundResourceadapterDesc.OutboundResourceadapterDesc().

String org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.getTransactionSupport  ) 
 

Gets the transaction-support

Returns:
the transaction-support

Definition at line 97 of file OutboundResourceadapter.java.

Referenced by org.objectweb.jonas_rar.deployment.api.OutboundResourceadapterDesc.OutboundResourceadapterDesc().

void org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.setAuthenticationMechanismList JLinkedList  authenticationMechanismList  ) 
 

Set the authentication-mechanism

Parameters:
authenticationMechanismList authenticationMechanism

Definition at line 121 of file OutboundResourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.setConnectionDefinitionList JLinkedList  connectionDefinitionList  ) 
 

Set the connection-definition

Parameters:
connectionDefinitionList connectionDefinition

Definition at line 81 of file OutboundResourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.setReauthenticationSupport String  reauthenticationSupport  ) 
 

Set the reauthentication-support

Parameters:
reauthenticationSupport reauthenticationSupport

Definition at line 145 of file OutboundResourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.setTransactionSupport String  transactionSupport  ) 
 

Set the transaction-support

Parameters:
transactionSupport transactionSupport

Definition at line 105 of file OutboundResourceadapter.java.

String org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prefixing XML representation.
Returns:
the XML description of this object.

Definition at line 154 of file OutboundResourceadapter.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Referenced by org.objectweb.jonas_rar.deployment.xml.Resourceadapter.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:23 2005 for JOnAS by  doxygen 1.3.9.1