org.objectweb.jonas_rar.deployment.api
Class OutboundResourceadapterDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.OutboundResourceadapterDesc
All Implemented Interfaces:
java.io.Serializable

public class OutboundResourceadapterDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element outbound-resourceadapter

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
OutboundResourceadapterDesc(OutboundResourceadapter or)
          Constructor
 
Method Summary
 java.util.List getAuthenticationMechanismList()
          Gets the authentication-mechanism
 java.util.List getConnectionDefinitionList()
          Gets the connection-definition
 java.lang.String getReauthenticationSupport()
          Gets the reauthentication-support
 java.lang.String getTransactionSupport()
          Gets the transaction-support
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutboundResourceadapterDesc

public OutboundResourceadapterDesc(OutboundResourceadapter or)
Constructor

Method Detail

getConnectionDefinitionList

public java.util.List getConnectionDefinitionList()
Gets the connection-definition

Returns:
the connection-definition

getTransactionSupport

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

Returns:
the transaction-support

getAuthenticationMechanismList

public java.util.List getAuthenticationMechanismList()
Gets the authentication-mechanism

Returns:
the authentication-mechanism

getReauthenticationSupport

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

Returns:
the reauthentication-support