org.apache.openejb.jee
Class OutboundResourceAdapter

java.lang.Object
  extended by org.apache.openejb.jee.OutboundResourceAdapter

public class OutboundResourceAdapter
extends Object

connector_1_6.xsd

Java class for outbound-resourceadapterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="outbound-resourceadapterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connection-definition" type="{http://java.sun.com/xml/ns/javaee}connection-definitionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transaction-support" type="{http://java.sun.com/xml/ns/javaee}transaction-supportType" minOccurs="0"/>
         <element name="authentication-mechanism" type="{http://java.sun.com/xml/ns/javaee}authentication-mechanismType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reauthentication-support" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AuthenticationMechanism> authenticationMechanism
           
protected  List<ConnectionDefinition> connectionDefinition
           
protected  String id
           
protected  Boolean reauthenticationSupport
           
protected  TransactionSupportType transactionSupport
           
 
Constructor Summary
OutboundResourceAdapter()
           
 
Method Summary
 List<AuthenticationMechanism> getAuthenticationMechanism()
           
 List<ConnectionDefinition> getConnectionDefinition()
           
 String getId()
           
 TransactionSupportType getTransactionSupport()
           
 Boolean isReauthenticationSupport()
          Gets the value of the reauthenticationSupport property.
 void setId(String value)
           
 void setReauthenticationSupport(Boolean value)
          Sets the value of the reauthenticationSupport property.
 void setTransactionSupport(TransactionSupportType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectionDefinition

protected List<ConnectionDefinition> connectionDefinition

transactionSupport

protected TransactionSupportType transactionSupport

authenticationMechanism

protected List<AuthenticationMechanism> authenticationMechanism

reauthenticationSupport

protected Boolean reauthenticationSupport

id

protected String id
Constructor Detail

OutboundResourceAdapter

public OutboundResourceAdapter()
Method Detail

getConnectionDefinition

public List<ConnectionDefinition> getConnectionDefinition()

getTransactionSupport

public TransactionSupportType getTransactionSupport()

setTransactionSupport

public void setTransactionSupport(TransactionSupportType value)

getAuthenticationMechanism

public List<AuthenticationMechanism> getAuthenticationMechanism()

isReauthenticationSupport

public Boolean isReauthenticationSupport()
Gets the value of the reauthenticationSupport property.


setReauthenticationSupport

public void setReauthenticationSupport(Boolean value)
Sets the value of the reauthenticationSupport property.


getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.