org.apache.openejb.jee
Class ResourceAdapter10
java.lang.Object
org.apache.openejb.jee.ResourceAdapterBase
org.apache.openejb.jee.ResourceAdapter10
public class ResourceAdapter10
- extends ResourceAdapterBase
The resourceadapterType specifies information about the
resource adapter. The information includes fully qualified
resource adapter Java class name, configuration properties,
information specific to the implementation of the resource
adapter library as specified through the
outbound-resourceadapter and inbound-resourceadapter
elements, and an optional set of administered objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceAdapter10
public ResourceAdapter10()
getConfigProperty
public java.util.List<ConfigProperty> getConfigProperty()
- Overrides:
getConfigProperty
in class ResourceAdapterBase
getManagedConnectionFactoryClass
public java.lang.String getManagedConnectionFactoryClass()
setManagedConnectionFactoryClass
public void setManagedConnectionFactoryClass(java.lang.String value)
getConnectionFactoryInterface
public java.lang.String getConnectionFactoryInterface()
setConnectionFactoryInterface
public void setConnectionFactoryInterface(java.lang.String value)
getConnectionFactoryImplClass
public java.lang.String getConnectionFactoryImplClass()
setConnectionFactoryImplClass
public void setConnectionFactoryImplClass(java.lang.String value)
getConnectionInterface
public java.lang.String getConnectionInterface()
setConnectionInterface
public void setConnectionInterface(java.lang.String value)
getConnectionImplClass
public java.lang.String getConnectionImplClass()
setConnectionImplClass
public void setConnectionImplClass(java.lang.String value)
getTransactionSupport
public TransactionSupportType getTransactionSupport()
setTransactionSupport
public void setTransactionSupport(TransactionSupportType value)
getAuthenticationMechanism
public java.util.List<AuthenticationMechanism> getAuthenticationMechanism()
isReauthenticationSupport
public java.lang.Boolean isReauthenticationSupport()
setReauthenticationSupport
public void setReauthenticationSupport(java.lang.Boolean value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.