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