ibi.broker.api.cci
Class CasterResourceAdapterMetaData

java.lang.Object
  extended by ibi.broker.api.cci.CasterResourceAdapterMetaData
All Implemented Interfaces:
java.io.Serializable, javax.resource.cci.ResourceAdapterMetaData

public class CasterResourceAdapterMetaData
extends java.lang.Object
implements javax.resource.cci.ResourceAdapterMetaData, java.io.Serializable

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.

Version:
5.3
See Also:
Serialized Form

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

CasterResourceAdapterMetaData

public CasterResourceAdapterMetaData()
Constructor for the ResourceAdapterMetaData implementation.

Method Detail

getAdapterVersion

public java.lang.String getAdapterVersion()
Obtains the version of the resource adapter. This will return: "1.0".

Specified by:
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaData
See Also:
ResourceAdapterMetaData.getAdapterVersion()

getAdapterVendorName

public java.lang.String getAdapterVendorName()
Obtains the name of the vendor that has provided the resource adapter implementation. This will return: "Information Builders, Inc."

Specified by:
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
String representing name of the vendor.
See Also:
ResourceAdapterMetaData.getAdapterVendorName()

getAdapterName

public java.lang.String getAdapterName()
Obtains a name for the resource adapter. This will return: "ReportCaster".

Specified by:
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
String representing the name of the resource adapter.
See Also:
ResourceAdapterMetaData.getAdapterName()

getAdapterShortDescription

public java.lang.String getAdapterShortDescription()
Gets a tool displayable short description of the resource adapter. This returns null.

Specified by:
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
null
See Also:
ResourceAdapterMetaData.getAdapterShortDescription()

getSpecVersion

public java.lang.String getSpecVersion()
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter. This will return: "1.0".

Specified by:
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
String representing the supported version of the connector architecture.
See Also:
ResourceAdapterMetaData.getSpecVersion()

getInteractionSpecsSupported

public java.lang.String[] getInteractionSpecsSupported()
Not currently supported.

Specified by:
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
null
See Also:
ResourceAdapterMetaData.getInteractionSpecsSupported()

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()
Not currently supported.

Specified by:
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
false
See Also:
ResourceAdapterMetaData.supportsExecuteWithInputAndOutputRecord()

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()
Not currently supported.

Specified by:
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
false
See Also:
ResourceAdapterMetaData.supportsExecuteWithInputRecordOnly()

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()
Not currently supported.

Specified by:
supportsLocalTransactionDemarcation in interface javax.resource.cci.ResourceAdapterMetaData
Returns:
false
See Also:
ResourceAdapterMetaData.supportsLocalTransactionDemarcation()


Copyright © 2006 Information Builders, Incorporated.