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

Collaboration diagram for org.objectweb.jonas_rar.deployment.xml.Resourceadapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Resourceadapter ()
String getResourceadapterClass ()
void setResourceadapterClass (String resourceadapterClass)
String getManagedconnectionfactoryClass ()
void setManagedconnectionfactoryClass (String managedconnectionfactoryClass)
String getConnectionfactoryInterface ()
void setConnectionfactoryInterface (String connectionfactoryInterface)
String getConnectionfactoryImplClass ()
void setConnectionfactoryImplClass (String connectionfactoryImplClass)
String getConnectionInterface ()
void setConnectionInterface (String connectionInterface)
String getConnectionImplClass ()
void setConnectionImplClass (String connectionImplClass)
String getTransactionSupport ()
void setTransactionSupport (String transactionSupport)
JLinkedList getConfigPropertyList ()
void setConfigPropertyList (JLinkedList configPropertyList)
void addConfigProperty (ConfigProperty configProperty)
JLinkedList getAuthenticationMechanismList ()
void setAuthenticationMechanismList (JLinkedList authenticationMechanismList)
void addAuthenticationMechanism (AuthenticationMechanism authenticationMechanism)
OutboundResourceadapter getOutboundResourceadapter ()
void setOutboundResourceadapter (OutboundResourceadapter outboundResourceadapter)
InboundResourceadapter getInboundResourceadapter ()
void setInboundResourceadapter (InboundResourceadapter inboundResourceadapter)
JLinkedList getAdminobjectList ()
void setAdminobjectList (JLinkedList adminobjectList)
void addAdminobject (Adminobject adminobject)
String getReauthenticationSupport ()
void setReauthenticationSupport (String reauthenticationSupport)
JLinkedList getSecurityPermissionList ()
void setSecurityPermissionList (JLinkedList securityPermissionList)
void addSecurityPermission (SecurityPermission securityPermission)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element resourceadapter

Author:
Florent Benoit

Definition at line 37 of file Resourceadapter.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.Resourceadapter.Resourceadapter  ) 
 

Constructor

Definition at line 113 of file Resourceadapter.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.addAdminobject Adminobject  adminobject  ) 
 

Add a new adminobject element to this object

Parameters:
adminobject the adminobjectobject

Definition at line 333 of file Resourceadapter.java.

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

Add a new authentication-mechanism element to this object

Parameters:
authenticationMechanism the authenticationMechanismobject

Definition at line 277 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.addConfigProperty ConfigProperty  configProperty  ) 
 

Add a new config-property element to this object

Parameters:
configProperty the configPropertyobject

Definition at line 253 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.addSecurityPermission SecurityPermission  securityPermission  ) 
 

Add a new security-permission element to this object

Parameters:
securityPermission the securityPermissionobject

Definition at line 373 of file Resourceadapter.java.

JLinkedList org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getAdminobjectList  ) 
 

Gets the adminobject

Returns:
the adminobject

Definition at line 317 of file Resourceadapter.java.

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

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

Gets the authentication-mechanism

Returns:
the authentication-mechanism

Definition at line 261 of file Resourceadapter.java.

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

JLinkedList org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getConfigPropertyList  ) 
 

Gets the config-property

Returns:
the config-property

Definition at line 237 of file Resourceadapter.java.

Referenced by org.objectweb.jonas_rar.deployment.api.ResourceadapterDesc.ResourceadapterDesc(), and org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.setRaConfigPropTags().

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getConnectionfactoryImplClass  ) 
 

Gets the connectionfactory-impl-class

Returns:
the connectionfactory-impl-class

Definition at line 173 of file Resourceadapter.java.

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

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getConnectionfactoryInterface  ) 
 

Gets the connectionfactory-interface

Returns:
the connectionfactory-interface

Definition at line 157 of file Resourceadapter.java.

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

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getConnectionImplClass  ) 
 

Gets the connection-impl-class

Returns:
the connection-impl-class

Definition at line 205 of file Resourceadapter.java.

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

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getConnectionInterface  ) 
 

Gets the connection-interface

Returns:
the connection-interface

Definition at line 189 of file Resourceadapter.java.

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

InboundResourceadapter org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getInboundResourceadapter  ) 
 

Gets the inbound-resourceadapter

Returns:
the inbound-resourceadapter

Definition at line 301 of file Resourceadapter.java.

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

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getManagedconnectionfactoryClass  ) 
 

Gets the managedconnectionfactory-class

Returns:
the managedconnectionfactory-class

Definition at line 141 of file Resourceadapter.java.

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

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

Gets the outbound-resourceadapter

Returns:
the outbound-resourceadapter

Definition at line 285 of file Resourceadapter.java.

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

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

Gets the reauthentication-support

Returns:
the reauthentication-support

Definition at line 341 of file Resourceadapter.java.

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

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getResourceadapterClass  ) 
 

Gets the resourceadapter-class

Returns:
the resourceadapter-class

Definition at line 125 of file Resourceadapter.java.

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

JLinkedList org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getSecurityPermissionList  ) 
 

Gets the security-permission

Returns:
the security-permission

Definition at line 357 of file Resourceadapter.java.

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

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

Gets the transaction-support

Returns:
the transaction-support

Definition at line 221 of file Resourceadapter.java.

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

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setAdminobjectList JLinkedList  adminobjectList  ) 
 

Set the adminobject

Parameters:
adminobjectList adminobject

Definition at line 325 of file Resourceadapter.java.

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

Set the authentication-mechanism

Parameters:
authenticationMechanismList authenticationMechanism

Definition at line 269 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setConfigPropertyList JLinkedList  configPropertyList  ) 
 

Set the config-property

Parameters:
configPropertyList configProperty

Definition at line 245 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setConnectionfactoryImplClass String  connectionfactoryImplClass  ) 
 

Set the connectionfactory-impl-class

Parameters:
connectionfactoryImplClass connectionfactoryImplClass

Definition at line 181 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setConnectionfactoryInterface String  connectionfactoryInterface  ) 
 

Set the connectionfactory-interface

Parameters:
connectionfactoryInterface connectionfactoryInterface

Definition at line 165 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setConnectionImplClass String  connectionImplClass  ) 
 

Set the connection-impl-class

Parameters:
connectionImplClass connectionImplClass

Definition at line 213 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setConnectionInterface String  connectionInterface  ) 
 

Set the connection-interface

Parameters:
connectionInterface connectionInterface

Definition at line 197 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setInboundResourceadapter InboundResourceadapter  inboundResourceadapter  ) 
 

Set the inbound-resourceadapter

Parameters:
inboundResourceadapter inboundResourceadapter

Definition at line 309 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setManagedconnectionfactoryClass String  managedconnectionfactoryClass  ) 
 

Set the managedconnectionfactory-class

Parameters:
managedconnectionfactoryClass managedconnectionfactoryClass

Definition at line 149 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setOutboundResourceadapter OutboundResourceadapter  outboundResourceadapter  ) 
 

Set the outbound-resourceadapter

Parameters:
outboundResourceadapter outboundResourceadapter

Definition at line 293 of file Resourceadapter.java.

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

Set the reauthentication-support

Parameters:
reauthenticationSupport reauthenticationSupport

Definition at line 349 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setResourceadapterClass String  resourceadapterClass  ) 
 

Set the resourceadapter-class

Parameters:
resourceadapterClass resourceadapterClass

Definition at line 133 of file Resourceadapter.java.

void org.objectweb.jonas_rar.deployment.xml.Resourceadapter.setSecurityPermissionList JLinkedList  securityPermissionList  ) 
 

Set the security-permission

Parameters:
securityPermissionList securityPermission

Definition at line 365 of file Resourceadapter.java.

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

Set the transaction-support

Parameters:
transactionSupport transactionSupport

Definition at line 229 of file Resourceadapter.java.

String org.objectweb.jonas_rar.deployment.xml.Resourceadapter.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 382 of file Resourceadapter.java.

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

Referenced by org.objectweb.jonas_rar.deployment.xml.Connector.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