org.apache.openejb.jee
Class ResourceAdapterBase
java.lang.Object
org.apache.openejb.jee.ResourceAdapterBase
- Direct Known Subclasses:
- ResourceAdapter, ResourceAdapter10
public class ResourceAdapterBase
- extends java.lang.Object
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 |
resourceAdapterClass
protected java.lang.String resourceAdapterClass
configProperty
protected java.util.List<ConfigProperty> configProperty
outboundResourceAdapter
protected OutboundResourceAdapter outboundResourceAdapter
inboundResourceAdapter
protected InboundResource inboundResourceAdapter
adminObject
protected java.util.List<AdminObject> adminObject
securityPermission
protected java.util.List<SecurityPermission> securityPermission
id
protected java.lang.String id
ResourceAdapterBase
public ResourceAdapterBase()
ResourceAdapterBase
public ResourceAdapterBase(java.lang.String resourceAdapterClass)
ResourceAdapterBase
public ResourceAdapterBase(java.lang.Class resourceAdapterClass)
getResourceAdapterClass
public java.lang.String getResourceAdapterClass()
setResourceAdapterClass
public void setResourceAdapterClass(java.lang.String value)
getConfigProperty
public java.util.List<ConfigProperty> getConfigProperty()
getOutboundResourceAdapter
public OutboundResourceAdapter getOutboundResourceAdapter()
setOutboundResourceAdapter
public OutboundResourceAdapter setOutboundResourceAdapter(OutboundResourceAdapter value)
getInboundResourceAdapter
public InboundResource getInboundResourceAdapter()
setInboundResourceAdapter
public InboundResource setInboundResourceAdapter(InboundResource value)
getAdminObject
public java.util.List<AdminObject> getAdminObject()
getSecurityPermission
public java.util.List<SecurityPermission> getSecurityPermission()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.