org.apache.openejb.jee
Class ResourceAdapter

java.lang.Object
  extended by org.apache.openejb.jee.ResourceAdapterBase
      extended by org.apache.openejb.jee.ResourceAdapter

public class ResourceAdapter
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
ResourceAdapter()
           
ResourceAdapter(Class resourceAdapterClass)
           
ResourceAdapter(String resourceAdapterClass)
           
 
Method Summary
 List<ConfigProperty> getConfigProperty()
           
 
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

ResourceAdapter

public ResourceAdapter()

ResourceAdapter

public ResourceAdapter(Class resourceAdapterClass)

ResourceAdapter

public ResourceAdapter(String resourceAdapterClass)
Method Detail

getConfigProperty

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


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