|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectibi.broker.api.cci.CasterResourceAdapterMetaData
public class CasterResourceAdapterMetaData
This class provides information about ReportCaster's resource adapter implementation.
A CCI application client uses CasterConnectionFactory.getMetaData
to get metadata information about this resource adapter. The getMetaData() method
does not require an active connection to the ReportCaster instance.
| Constructor Summary | |
|---|---|
CasterResourceAdapterMetaData()
Constructor for the ResourceAdapterMetaData implementation. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAdapterName()
Obtains a name for the resource adapter. |
java.lang.String |
getAdapterShortDescription()
Gets a tool displayable short description of the resource adapter. |
java.lang.String |
getAdapterVendorName()
Obtains the name of the vendor that has provided the resource adapter implementation. |
java.lang.String |
getAdapterVersion()
Obtains the version of the resource adapter. |
java.lang.String[] |
getInteractionSpecsSupported()
Not currently supported. |
java.lang.String |
getSpecVersion()
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter. |
boolean |
supportsExecuteWithInputAndOutputRecord()
Not currently supported. |
boolean |
supportsExecuteWithInputRecordOnly()
Not currently supported. |
boolean |
supportsLocalTransactionDemarcation()
Not currently supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CasterResourceAdapterMetaData()
| Method Detail |
|---|
public java.lang.String getAdapterVersion()
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.getAdapterVersion()public java.lang.String getAdapterVendorName()
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.getAdapterVendorName()public java.lang.String getAdapterName()
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.getAdapterName()public java.lang.String getAdapterShortDescription()
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaDatanullResourceAdapterMetaData.getAdapterShortDescription()public java.lang.String getSpecVersion()
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.getSpecVersion()public java.lang.String[] getInteractionSpecsSupported()
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.getInteractionSpecsSupported()public boolean supportsExecuteWithInputAndOutputRecord()
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.supportsExecuteWithInputAndOutputRecord()public boolean supportsExecuteWithInputRecordOnly()
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.supportsExecuteWithInputRecordOnly()public boolean supportsLocalTransactionDemarcation()
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.supportsLocalTransactionDemarcation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||