|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.ResourceAdapterBase
org.apache.openejb.jee.ResourceAdapter
public class ResourceAdapter
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(java.lang.Class resourceAdapterClass)
|
|
ResourceAdapter(java.lang.String resourceAdapterClass)
|
Method Summary | |
---|---|
java.util.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 |
---|
public ResourceAdapter()
public ResourceAdapter(java.lang.Class resourceAdapterClass)
public ResourceAdapter(java.lang.String resourceAdapterClass)
Method Detail |
---|
public java.util.List<ConfigProperty> getConfigProperty()
getConfigProperty
in class ResourceAdapterBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |