org.apache.openejb.jee
Class ResourceAdapter10

java.lang.Object
  extended by org.apache.openejb.jee.ResourceAdapterBase
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.openejb.jee.ResourceAdapterBase
adminObject, configProperty, id, inboundResourceAdapter, outboundResourceAdapter, resourceAdapterClass, securityPermission
 
Constructor Summary
ResourceAdapter10()
           
 
Method Summary
 List<AuthenticationMechanism> getAuthenticationMechanism()
           
 List<ConfigProperty> getConfigProperty()
           
 String getConnectionFactoryImplClass()
           
 String getConnectionFactoryInterface()
           
 String getConnectionImplClass()
           
 String getConnectionInterface()
           
 String getManagedConnectionFactoryClass()
           
 TransactionSupportType getTransactionSupport()
           
 Boolean isReauthenticationSupport()
           
 void setConnectionFactoryImplClass(String value)
           
 void setConnectionFactoryInterface(String value)
           
 void setConnectionImplClass(String value)
           
 void setConnectionInterface(String value)
           
 void setManagedConnectionFactoryClass(String value)
           
 void setReauthenticationSupport(Boolean value)
           
 void setTransactionSupport(TransactionSupportType value)
           
 
Methods inherited from class org.apache.openejb.jee.ResourceAdapterBase
getAdminObject, getId, getInboundResourceAdapter, getOutboundResourceAdapter, getResourceAdapterClass, getSecurityPermission, setId, setInboundResourceAdapter, setOutboundResourceAdapter, setResourceAdapterClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAdapter10

public ResourceAdapter10()
Method Detail

getConfigProperty

public List<ConfigProperty> getConfigProperty()
Overrides:
getConfigProperty in class ResourceAdapterBase

getManagedConnectionFactoryClass

public String getManagedConnectionFactoryClass()

setManagedConnectionFactoryClass

public void setManagedConnectionFactoryClass(String value)

getConnectionFactoryInterface

public String getConnectionFactoryInterface()

setConnectionFactoryInterface

public void setConnectionFactoryInterface(String value)

getConnectionFactoryImplClass

public String getConnectionFactoryImplClass()

setConnectionFactoryImplClass

public void setConnectionFactoryImplClass(String value)

getConnectionInterface

public String getConnectionInterface()

setConnectionInterface

public void setConnectionInterface(String value)

getConnectionImplClass

public String getConnectionImplClass()

setConnectionImplClass

public void setConnectionImplClass(String value)

getTransactionSupport

public TransactionSupportType getTransactionSupport()

setTransactionSupport

public void setTransactionSupport(TransactionSupportType value)

getAuthenticationMechanism

public List<AuthenticationMechanism> getAuthenticationMechanism()

isReauthenticationSupport

public Boolean isReauthenticationSupport()

setReauthenticationSupport

public void setReauthenticationSupport(Boolean value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.