tyrex.resource.jca.dd
Class DDResourceAdapter

java.lang.Object
  extended bytyrex.resource.jca.dd.DDResourceAdapter

public class DDResourceAdapter
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
Assaf Arkin

Field Summary
static java.lang.String FALSE
           
static java.lang.String LOCAL_TRANSACTION
           
static java.lang.String NO_TRANSACTION
           
static java.lang.String TRUE
           
static java.lang.String XA_TRANSACTION
           
 
Constructor Summary
DDResourceAdapter()
           
 
Method Summary
 java.util.Vector getAuthenticationMechanism()
          Specifies an authentication mechanism supported by the resource adapter.
 java.util.Vector getConfigProperty()
           
 java.lang.String getConnectionfactoryImplClass()
          Specifies the fully qualified name of the connection factory class that implements the resource adapter specific connection factory interface.
 java.lang.String getConnectionfactoryInterface()
          Specifies the fully qualified name of the connection factory interface supported by this resource adapter.
 java.lang.String getConnectionImplClass()
          Specifies the fully qualified name of the connection class that implements the resource adapter specific connection interface.
 java.lang.String getConnectionInterface()
          Specifies the fully qualified name of the connection interface supported by this resource adapter.
 java.lang.String getManagedconnectionfactoryClass()
          Specifies the fully qualified name of the Java class that implements the javax.resource.spi.ManagedConnectionFactory interface.
 java.lang.String getReauthenticationSupport()
          Specifies whether the resource adapter implementation supports re-authentication of existing managed connection instance.
 java.util.Vector getSecurityPermission()
          Specifies a security permission that is required by the resource adapter code.
 java.lang.String getTransactionSupport()
          The level of transaction support provided by the resource adapter.
 void setAuthenticationMechanism(java.util.Vector authMechanism)
           
 void setConfigProperty(java.util.Vector vector)
           
 void setConnectionfactoryImplClass(java.lang.String className)
           
 void setConnectionfactoryInterface(java.lang.String interfaceName)
           
 void setConnectionImplClass(java.lang.String className)
           
 void setConnectionInterface(java.lang.String interfaceName)
           
 void setManagedconnectionfactoryClass(java.lang.String className)
           
 void setReauthenticationSupport(java.lang.String reauthentication)
           
 void setSecurityPermission(java.util.Vector permission)
           
 void setTransactionSupport(java.lang.String transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_TRANSACTION

public static final java.lang.String NO_TRANSACTION
See Also:
Constant Field Values

LOCAL_TRANSACTION

public static final java.lang.String LOCAL_TRANSACTION
See Also:
Constant Field Values

XA_TRANSACTION

public static final java.lang.String XA_TRANSACTION
See Also:
Constant Field Values

TRUE

public static final java.lang.String TRUE
See Also:
Constant Field Values

FALSE

public static final java.lang.String FALSE
See Also:
Constant Field Values
Constructor Detail

DDResourceAdapter

public DDResourceAdapter()
Method Detail

getManagedconnectionfactoryClass

public java.lang.String getManagedconnectionfactoryClass()
Specifies the fully qualified name of the Java class that implements the javax.resource.spi.ManagedConnectionFactory interface.

Returns:
The name of the managed connection factory class

setManagedconnectionfactoryClass

public void setManagedconnectionfactoryClass(java.lang.String className)

getConnectionfactoryInterface

public java.lang.String getConnectionfactoryInterface()
Specifies the fully qualified name of the connection factory interface supported by this resource adapter.

Returns:
The name of the connection factory interface

setConnectionfactoryInterface

public void setConnectionfactoryInterface(java.lang.String interfaceName)

getConnectionfactoryImplClass

public java.lang.String getConnectionfactoryImplClass()
Specifies the fully qualified name of the connection factory class that implements the resource adapter specific connection factory interface.

Returns:
The name of the connection factory class

setConnectionfactoryImplClass

public void setConnectionfactoryImplClass(java.lang.String className)

getConnectionInterface

public java.lang.String getConnectionInterface()
Specifies the fully qualified name of the connection interface supported by this resource adapter.

Returns:
The name of the connection interface

setConnectionInterface

public void setConnectionInterface(java.lang.String interfaceName)

getConnectionImplClass

public java.lang.String getConnectionImplClass()
Specifies the fully qualified name of the connection class that implements the resource adapter specific connection interface.

Returns:
The name of the connection class

setConnectionImplClass

public void setConnectionImplClass(java.lang.String className)

getTransactionSupport

public java.lang.String getTransactionSupport()
The level of transaction support provided by the resource adapter. Valid values are NO_TRANSACTION, LOCAL_TRANSACTION or XA_TRANSACTION.

Returns:
Level of transaction support

setTransactionSupport

public void setTransactionSupport(java.lang.String transaction)

getConfigProperty

public java.util.Vector getConfigProperty()

setConfigProperty

public void setConfigProperty(java.util.Vector vector)

getAuthenticationMechanism

public java.util.Vector getAuthenticationMechanism()
Specifies an authentication mechanism supported by the resource adapter.

Returns:
An authentication mechanism

setAuthenticationMechanism

public void setAuthenticationMechanism(java.util.Vector authMechanism)

getReauthenticationSupport

public java.lang.String getReauthenticationSupport()
Specifies whether the resource adapter implementation supports re-authentication of existing managed connection instance. Valid values are TRUE and FALSE.

Returns:
Support for re-authentication of existing managed connection

setReauthenticationSupport

public void setReauthenticationSupport(java.lang.String reauthentication)

getSecurityPermission

public java.util.Vector getSecurityPermission()
Specifies a security permission that is required by the resource adapter code.

Returns:
A security permission

setSecurityPermission

public void setSecurityPermission(java.util.Vector permission)


Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.