org.apache.openejb.jee
Class ResourceAdapter

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<AdminObject> adminObject
           
protected  List<ConfigProperty> configProperty
           
protected  String id
           
protected  InboundResourceadapter inboundResourceAdapter
           
protected  OutboundResourceAdapter outboundResourceAdapter
           
protected  String resourceAdapterClass
           
protected  List<SecurityPermission> securityPermission
           
 
Constructor Summary
ResourceAdapter()
           
ResourceAdapter(Class resourceAdapterClass)
           
ResourceAdapter(String resourceAdapterClass)
           
 
Method Summary
 List<AdminObject> getAdminObject()
           
 List<ConfigProperty> getConfigProperty()
           
 String getId()
           
 InboundResourceadapter getInboundResourceAdapter()
           
 OutboundResourceAdapter getOutboundResourceAdapter()
           
 String getResourceAdapterClass()
           
 List<SecurityPermission> getSecurityPermission()
           
static ResourceAdapter newResourceAdapter(ResourceAdapter10 source)
           
 void setId(String value)
           
 InboundResourceadapter setInboundResourceAdapter(InboundResourceadapter value)
           
 OutboundResourceAdapter setOutboundResourceAdapter(OutboundResourceAdapter value)
           
 void setResourceAdapterClass(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ResourceAdapter

public ResourceAdapter()

ResourceAdapter

public ResourceAdapter(String resourceAdapterClass)

ResourceAdapter

public ResourceAdapter(Class resourceAdapterClass)
Method Detail

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–2015 The Apache Software Foundation. All rights reserved.