org.apache.openejb.jee
Class ResourceAdapter
java.lang.Object
org.apache.openejb.jee.ResourceAdapter
public class ResourceAdapter
- extends Object
connector_1_6.xsd
Java class for resourceadapterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resourceadapterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resourceadapter-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="config-property" type="{http://java.sun.com/xml/ns/javaee}config-propertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="outbound-resourceadapter" type="{http://java.sun.com/xml/ns/javaee}outbound-resourceadapterType" minOccurs="0"/>
<element name="inbound-resourceadapter" type="{http://java.sun.com/xml/ns/javaee}inbound-resourceadapterType" minOccurs="0"/>
<element name="adminobject" type="{http://java.sun.com/xml/ns/javaee}adminobjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="security-permission" type="{http://java.sun.com/xml/ns/javaee}security-permissionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| 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 InboundResourceadapter inboundResourceAdapter
adminObject
protected List<AdminObject> adminObject
securityPermission
protected List<SecurityPermission> securityPermission
id
protected String id
ResourceAdapter
public ResourceAdapter()
ResourceAdapter
public ResourceAdapter(String resourceAdapterClass)
ResourceAdapter
public ResourceAdapter(Class resourceAdapterClass)
newResourceAdapter
public static ResourceAdapter newResourceAdapter(ResourceAdapter10 source)
getResourceAdapterClass
public String getResourceAdapterClass()
setResourceAdapterClass
public void setResourceAdapterClass(String value)
getConfigProperty
public List<ConfigProperty> getConfigProperty()
getOutboundResourceAdapter
public OutboundResourceAdapter getOutboundResourceAdapter()
setOutboundResourceAdapter
public OutboundResourceAdapter setOutboundResourceAdapter(OutboundResourceAdapter value)
getInboundResourceAdapter
public InboundResourceadapter getInboundResourceAdapter()
setInboundResourceAdapter
public InboundResourceadapter setInboundResourceAdapter(InboundResourceadapter value)
getAdminObject
public List<AdminObject> getAdminObject()
getSecurityPermission
public List<SecurityPermission> getSecurityPermission()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.