tyrex.resource.jca.dd
public class DDResourceAdapter extends Object
Version: $Revision: 1.3 $
Field Summary | |
---|---|
static String | FALSE |
static String | LOCAL_TRANSACTION |
static String | NO_TRANSACTION |
static String | TRUE |
static String | XA_TRANSACTION |
Method Summary | |
---|---|
Vector | getAuthenticationMechanism()
Specifies an authentication mechanism supported by the resource adapter.
|
Vector | getConfigProperty() |
String | getConnectionfactoryImplClass()
Specifies the fully qualified name of the connection factory class that
implements the resource adapter specific connection factory interface.
|
String | getConnectionfactoryInterface()
Specifies the fully qualified name of the connection factory interface
supported by this resource adapter.
|
String | getConnectionImplClass()
Specifies the fully qualified name of the connection class that implements
the resource adapter specific connection interface.
|
String | getConnectionInterface()
Specifies the fully qualified name of the connection interface supported
by this resource adapter.
|
String | getManagedconnectionfactoryClass()
Specifies the fully qualified name of the Java class that implements
the javax.resource.spi.ManagedConnectionFactory interface.
|
String | getReauthenticationSupport()
Specifies whether the resource adapter implementation supports
re-authentication of existing managed connection instance. |
Vector | getSecurityPermission()
Specifies a security permission that is required by the resource adapter code.
|
String | getTransactionSupport()
The level of transaction support provided by the resource adapter.
|
void | setAuthenticationMechanism(Vector authMechanism) |
void | setConfigProperty(Vector vector) |
void | setConnectionfactoryImplClass(String className) |
void | setConnectionfactoryInterface(String interfaceName) |
void | setConnectionImplClass(String className) |
void | setConnectionInterface(String interfaceName) |
void | setManagedconnectionfactoryClass(String className) |
void | setReauthenticationSupport(String reauthentication) |
void | setSecurityPermission(Vector permission) |
void | setTransactionSupport(String transaction) |
Returns: An authentication mechanism
Returns: The name of the connection factory class
Returns: The name of the connection factory interface
Returns: The name of the connection class
Returns: The name of the connection interface
Returns: The name of the managed connection factory class
Returns: Support for re-authentication of existing managed connection
Returns: A security permission
Returns: Level of transaction support