org.ow2.jonas.deployment.rar
Class OutboundResourceadapterDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.OutboundResourceadapterDesc
All Implemented Interfaces:
Serializable

public class OutboundResourceadapterDesc
extends Object
implements 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
 List getAuthenticationMechanismList()
          Gets the authentication-mechanism
 List getConnectionDefinitionList()
          Gets the connection-definition
 String getReauthenticationSupport()
          Gets the reauthentication-support
 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 List getConnectionDefinitionList()
Gets the connection-definition

Returns:
the connection-definition

getTransactionSupport

public String getTransactionSupport()
Gets the transaction-support

Returns:
the transaction-support

getAuthenticationMechanismList

public List getAuthenticationMechanismList()
Gets the authentication-mechanism

Returns:
the authentication-mechanism

getReauthenticationSupport

public String getReauthenticationSupport()
Gets the reauthentication-support

Returns:
the reauthentication-support


Copyright © 2010 OW2 Consortium. All Rights Reserved.