| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.OutboundResourceadapter
OutboundResourceadapter | public class OutboundResourceadapter extends AbsElement (Code) | | This class defines the implementation of the element outbound-resourceadapter
author: Eric Hardesty |
OutboundResourceadapter | public OutboundResourceadapter()(Code) | | Constructor
|
addAuthenticationMechanism | public void addAuthenticationMechanism(AuthenticationMechanism authenticationMechanism)(Code) | | Add a new authentication-mechanism element to this object
Parameters: authenticationMechanism - the authenticationMechanismobject |
addConnectionDefinition | public void addConnectionDefinition(ConnectionDefinition connectionDefinition)(Code) | | Add a new connection-definition element to this object
Parameters: connectionDefinition - the connectionDefinitionobject |
getAuthenticationMechanismList | public JLinkedList getAuthenticationMechanismList()(Code) | | Gets the authentication-mechanism
the authentication-mechanism |
getConnectionDefinitionList | public JLinkedList getConnectionDefinitionList()(Code) | | Gets the connection-definition
the connection-definition |
getReauthenticationSupport | public String getReauthenticationSupport()(Code) | | Gets the reauthentication-support
the reauthentication-support |
getTransactionSupport | public String getTransactionSupport()(Code) | | Gets the transaction-support
the transaction-support |
setAuthenticationMechanismList | public void setAuthenticationMechanismList(JLinkedList authenticationMechanismList)(Code) | | Set the authentication-mechanism
Parameters: authenticationMechanismList - authenticationMechanism |
setConnectionDefinitionList | public void setConnectionDefinitionList(JLinkedList connectionDefinitionList)(Code) | | Set the connection-definition
Parameters: connectionDefinitionList - connectionDefinition |
setReauthenticationSupport | public void setReauthenticationSupport(String reauthenticationSupport)(Code) | | Set the reauthentication-support
Parameters: reauthenticationSupport - reauthenticationSupport |
setTransactionSupport | public void setTransactionSupport(String transactionSupport)(Code) | | Set the transaction-support
Parameters: transactionSupport - transactionSupport |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|