tyrex.resource.jca.dd
Class DDResourceAdapter
java.lang.Object
|
+--tyrex.resource.jca.dd.DDResourceAdapter
- public class DDResourceAdapter
- extends java.lang.Object
- Version:
- $Revision: 1.3 $
- Author:
- Assaf Arkin
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_TRANSACTION
public static final java.lang.String NO_TRANSACTION
LOCAL_TRANSACTION
public static final java.lang.String LOCAL_TRANSACTION
XA_TRANSACTION
public static final java.lang.String XA_TRANSACTION
TRUE
public static final java.lang.String TRUE
FALSE
public static final java.lang.String FALSE
DDResourceAdapter
public DDResourceAdapter()
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)
Intalio Inc. (C) 1999-2001. All rights reserved.