javax.resource.cci
Interface ResourceAdapterMetaData


public interface ResourceAdapterMetaData

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:45 $

Method Summary
 String getAdapterName()
           
 String getAdapterShortDescription()
           
 String getAdapterVendorName()
           
 String getAdapterVersion()
           
 String[] getInteractionSpecsSupported()
           
 String getSpecVersion()
           
 boolean supportsExecuteWithInputAndOutputRecord()
           
 boolean supportsExecuteWithInputRecordOnly()
           
 boolean supportsLocalTransactionDemarcation()
           
 

Method Detail

getAdapterVersion

public String getAdapterVersion()

getAdapterVendorName

public String getAdapterVendorName()

getAdapterName

public String getAdapterName()

getAdapterShortDescription

public String getAdapterShortDescription()

getSpecVersion

public String getSpecVersion()

getInteractionSpecsSupported

public String[] getInteractionSpecsSupported()

supportsExecuteWithInputAndOutputRecord

public boolean supportsExecuteWithInputAndOutputRecord()

supportsExecuteWithInputRecordOnly

public boolean supportsExecuteWithInputRecordOnly()

supportsLocalTransactionDemarcation

public boolean supportsLocalTransactionDemarcation()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.