de.bea.domingo.connector.impl
Class DomingoMetaData

java.lang.Object
  extended by de.bea.domingo.connector.impl.DomingoMetaData
All Implemented Interfaces:
javax.resource.cci.ResourceAdapterMetaData

public final class DomingoMetaData
extends java.lang.Object
implements javax.resource.cci.ResourceAdapterMetaData

Author:
Kurt Riede

Field Summary
static java.lang.String EIS_PRODUCT_NAME
          Product name of the underlying EIS instance.
static int MAX_CONNECTIONS
          Maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
 
Method Summary
 java.lang.String getAdapterName()
          
 java.lang.String getAdapterShortDescription()
          
 java.lang.String getAdapterVendorName()
          
 java.lang.String getAdapterVersion()
          
static DomingoMetaData getInstance()
          return the singleton instance of this class.
 java.lang.String[] getInteractionSpecsSupported()
          
 java.lang.String getSpecVersion()
          
 boolean supportsExecuteWithInputAndOutputRecord()
          
 boolean supportsExecuteWithInputRecordOnly()
          
 boolean supportsLocalTransactionDemarcation()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EIS_PRODUCT_NAME

public static final java.lang.String EIS_PRODUCT_NAME
Product name of the underlying EIS instance.


MAX_CONNECTIONS

public static final int MAX_CONNECTIONS
Maximum limit on number of active concurrent connections that an EIS instance can support across client processes.

Method Detail

getInstance

public static DomingoMetaData getInstance()
return the singleton instance of this class.

Returns:
singleton instance

getAdapterVersion

public java.lang.String getAdapterVersion()

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

getAdapterVendorName

public java.lang.String getAdapterVendorName()

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

getAdapterName

public java.lang.String getAdapterName()

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

getAdapterShortDescription

public java.lang.String getAdapterShortDescription()

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

getSpecVersion

public java.lang.String getSpecVersion()

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

getInteractionSpecsSupported

public java.lang.String[] getInteractionSpecsSupported()

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

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()

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

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()

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

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()

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


Domingo 1.0 Java-API