org.objectweb.jonas_rar.deployment.api
Class ResourceadapterDesc

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

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

This class defines the implementation of the element resourceadapter

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
ResourceadapterDesc(Resourceadapter ra)
          Constructor
 
Method Summary
 java.util.List getAdminobjectList()
          Gets the adminobject
 java.util.List getAuthenticationMechanismList()
          Gets the authentication-mechanism
 java.util.List getConfigPropertyList()
          Gets the config-property
 java.lang.String getConnectionfactoryImplClass()
          Gets the connectionfactory-impl-class
 java.lang.String getConnectionfactoryInterface()
          Gets the connectionfactory-interface
 java.lang.String getConnectionImplClass()
          Gets the connection-impl-class
 java.lang.String getConnectionInterface()
          Gets the connection-interface
 InboundResourceadapterDesc getInboundResourceadapterDesc()
          Gets the inbound-resourceadapter
 java.lang.String getManagedconnectionfactoryClass()
          Gets the managedconnectionfactory-class
 OutboundResourceadapterDesc getOutboundResourceadapterDesc()
          Gets the outbound-resourceadapter
 java.lang.String getReauthenticationSupport()
          Gets the reauthentication-support
 java.lang.String getResourceadapterClass()
          Gets the resourceadapter-class
 java.util.List getSecurityPermissionList()
          Gets the security-permission
 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

ResourceadapterDesc

public ResourceadapterDesc(Resourceadapter ra)
Constructor

Method Detail

getResourceadapterClass

public java.lang.String getResourceadapterClass()
Gets the resourceadapter-class

Returns:
the resourceadapter-class

getManagedconnectionfactoryClass

public java.lang.String getManagedconnectionfactoryClass()
Gets the managedconnectionfactory-class

Returns:
the managedconnectionfactory-class

getConnectionfactoryInterface

public java.lang.String getConnectionfactoryInterface()
Gets the connectionfactory-interface

Returns:
the connectionfactory-interface

getConnectionfactoryImplClass

public java.lang.String getConnectionfactoryImplClass()
Gets the connectionfactory-impl-class

Returns:
the connectionfactory-impl-class

getConnectionInterface

public java.lang.String getConnectionInterface()
Gets the connection-interface

Returns:
the connection-interface

getConnectionImplClass

public java.lang.String getConnectionImplClass()
Gets the connection-impl-class

Returns:
the connection-impl-class

getTransactionSupport

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

Returns:
the transaction-support

getConfigPropertyList

public java.util.List getConfigPropertyList()
Gets the config-property

Returns:
the config-property

getAuthenticationMechanismList

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

Returns:
the authentication-mechanism

getOutboundResourceadapterDesc

public OutboundResourceadapterDesc getOutboundResourceadapterDesc()
Gets the outbound-resourceadapter

Returns:
the outbound-resourceadapter

getInboundResourceadapterDesc

public InboundResourceadapterDesc getInboundResourceadapterDesc()
Gets the inbound-resourceadapter

Returns:
the inbound-resourceadapter

getAdminobjectList

public java.util.List getAdminobjectList()
Gets the adminobject

Returns:
the adminobject

getReauthenticationSupport

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

Returns:
the reauthentication-support

getSecurityPermissionList

public java.util.List getSecurityPermissionList()
Gets the security-permission

Returns:
the security-permission