|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.connector.IeResourceAdapterMetaData
metadata about this RA implementation retrieved from a ConnectionFactory with the .getMetaData() method.
Field Summary | |
private static IeResourceAdapterMetaData |
_meta
|
private static String |
ADAPTER_NAME
|
private static String |
ADAPTER_SHORT_DESC
|
private static String |
ADAPTER_VENDOR_NAME
|
private static String |
ADAPTER_VERSION
|
private static String[] |
ixSpecs
|
private static String |
SPEC_VERSION
|
Constructor Summary | |
private |
IeResourceAdapterMetaData()
create a new IeResourceAdapterMetaData |
Method Summary | |
String |
getAdapterName()
get the resource adapter name |
String |
getAdapterShortDescription()
get the resource adapter short description |
String |
getAdapterVendorName()
get the vendor name |
String |
getAdapterVersion()
get the adapter version |
String[] |
getInteractionSpecsSupported()
get the supported InteractionSpec implementations |
(package private) static IeResourceAdapterMetaData |
getMetaData()
since the info in this class is static we really only need one copy hanging around |
String |
getSpecVersion()
get the implemented JCA spec version |
boolean |
supportsExecuteWithInputAndOutputRecord()
does not support execute with output record |
boolean |
supportsExecuteWithInputRecordOnly()
supports execute with input record |
boolean |
supportsLocalTransactionDemarcation()
supports local transactions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String ADAPTER_NAME
private static final String ADAPTER_SHORT_DESC
private static final String ADAPTER_VENDOR_NAME
private static final String ADAPTER_VERSION
private static final String SPEC_VERSION
private static final String[] ixSpecs
private static IeResourceAdapterMetaData _meta
Constructor Detail |
private IeResourceAdapterMetaData()
Method Detail |
static IeResourceAdapterMetaData getMetaData()
public String getAdapterName()
getAdapterName
in interface javax.resource.cci.ResourceAdapterMetaData
public String getAdapterShortDescription()
getAdapterShortDescription
in interface javax.resource.cci.ResourceAdapterMetaData
public String getAdapterVendorName()
getAdapterVendorName
in interface javax.resource.cci.ResourceAdapterMetaData
public String getAdapterVersion()
getAdapterVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public String[] getInteractionSpecsSupported()
getInteractionSpecsSupported
in interface javax.resource.cci.ResourceAdapterMetaData
public String getSpecVersion()
getSpecVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputAndOutputRecord()
supportsExecuteWithInputAndOutputRecord
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputRecordOnly()
supportsExecuteWithInputRecordOnly
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation
in interface javax.resource.cci.ResourceAdapterMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |