|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.base.WBIResourceAdapterMetadata
WBIResourceAdapterMetadata
is a utility class that reduces the number of classes
that RA implementations need to provide.
Constructor Summary | |
---|---|
WBIResourceAdapterMetadata(java.lang.Object obj,
boolean supportsLocalTx)
Enables metadata to be read from the manifest file based on the package of the object class. |
|
WBIResourceAdapterMetadata(java.lang.String name,
java.lang.String vendor,
java.lang.String version,
boolean supportsLocalTx)
|
Method Summary | |
---|---|
java.lang.String |
getAdapterName()
Gets the adapter name |
java.lang.String |
getAdapterShortDescription()
Gets the short description for the adapter |
java.lang.String |
getAdapterVendorName()
Gets the vendor name |
java.lang.String |
getAdapterVersion()
Gets the versions of the adapter |
java.lang.String[] |
getInteractionSpecsSupported()
Indicates whether the adapter support InteractionSpec |
java.lang.String |
getSpecVersion()
Gets the version of the spec |
boolean |
supportsExecuteWithInputAndOutputRecord()
Indicates whether the adapter supports execute with input and output records |
boolean |
supportsExecuteWithInputRecordOnly()
Indicates whether the adapter supports execute with input records |
boolean |
supportsLocalTransactionDemarcation()
Indicates whether the adapter supports local transaction demarcation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WBIResourceAdapterMetadata(java.lang.String name, java.lang.String vendor, java.lang.String version, boolean supportsLocalTx)
public WBIResourceAdapterMetadata(java.lang.Object obj, boolean supportsLocalTx) throws javax.resource.ResourceException
Method Detail |
public java.lang.String getAdapterName()
getAdapterName
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterShortDescription()
getAdapterShortDescription
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterVendorName()
getAdapterVendorName
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String getAdapterVersion()
getAdapterVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported
in interface javax.resource.cci.ResourceAdapterMetaData
true
if the adapter supports InteractionSpecpublic java.lang.String getSpecVersion()
getSpecVersion
in interface javax.resource.cci.ResourceAdapterMetaData
public boolean supportsExecuteWithInputAndOutputRecord()
supportsExecuteWithInputAndOutputRecord
in interface javax.resource.cci.ResourceAdapterMetaData
true
if the adapter supports execute with input and output recordspublic boolean supportsExecuteWithInputRecordOnly()
supportsExecuteWithInputRecordOnly
in interface javax.resource.cci.ResourceAdapterMetaData
true
if the adapter supports execute with inputpublic boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation
in interface javax.resource.cci.ResourceAdapterMetaData
true
if adapter supports local transaction demarcation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |