|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mulesoft.adapter.ra.CCIResourceAdapterMetaData
public class CCIResourceAdapterMetaData
CciResourceAdapterMetaData returns descriptive and configuration information
of the current sample resource adapter as specified by the JCA 1.0 ResourceAdapterMetaData
interface.
| Constructor Summary | |
|---|---|
CCIResourceAdapterMetaData()
|
|
| Method Summary | |
|---|---|
String |
getAdapterName()
|
String |
getAdapterShortDescription()
|
String |
getAdapterVendorName()
|
String |
getAdapterVersion()
The following getter methods are required by JCA 1.0 to deliver adapter name, version, etc. |
String[] |
getInteractionSpecsSupported()
A XI AF compliant resource adapter MUST return the XiInteractionSpec
as the one and only supported interaction spec. |
String |
getSpecVersion()
|
void |
setAdapterName(String name)
|
void |
setAdapterShortDescription(String description)
|
void |
setAdapterVendorName(String name)
|
void |
setAdapterVersion(String version)
The following setter methods are not required by JCA 1.0 but are added by the sample implementation as it is allowed by the JCA specification (ra implementation specific) |
void |
setSpecVersion(String version)
|
boolean |
supportsExecuteWithInputAndOutputRecord()
The sample ra supports interAction.execute(in, out)
(CCI JCA 1.0) |
boolean |
supportsExecuteWithInputRecordOnly()
The sample ra supports out = interAction.execute(in)
(CCI JCA 1.0) |
boolean |
supportsLocalTransactionDemarcation()
The sample ra supports currently no local transactions (CCI JCA 1.0) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCIResourceAdapterMetaData()
| Method Detail |
|---|
public String getAdapterVersion()
getAdapterVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getSpecVersion()
getSpecVersion in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getAdapterName()
getAdapterName in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getAdapterVendorName()
getAdapterVendorName in interface javax.resource.cci.ResourceAdapterMetaDatapublic String getAdapterShortDescription()
getAdapterShortDescription in interface javax.resource.cci.ResourceAdapterMetaDatapublic void setAdapterVersion(String version)
public void setSpecVersion(String version)
public void setAdapterName(String name)
public void setAdapterVendorName(String name)
public void setAdapterShortDescription(String description)
public String[] getInteractionSpecsSupported()
XiInteractionSpec
as the one and only supported interaction spec.
(signature CCI JCA 1.0, ra implementation specific return value)
getInteractionSpecsSupported in interface javax.resource.cci.ResourceAdapterMetaDatapublic boolean supportsExecuteWithInputAndOutputRecord()
interAction.execute(in, out)
(CCI JCA 1.0)
supportsExecuteWithInputAndOutputRecord in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.supportsExecuteWithInputAndOutputRecord()public boolean supportsExecuteWithInputRecordOnly()
out = interAction.execute(in)
(CCI JCA 1.0)
supportsExecuteWithInputRecordOnly in interface javax.resource.cci.ResourceAdapterMetaDataResourceAdapterMetaData.supportsExecuteWithInputAndOutputRecord()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 | |||||||||