Class MFECIInteractionSpecMetaData

Provides meta data information about the MFECIInteractionSpec. HTML says CobolInteractionSpec; I changed it to MFECInterationSpec in every instance.
java.lang.Object

extended by com.microfocus.cics.connector.cci.MFECIInteractionSpecMetaData

Class Specifications

public class MFECIInteractionSpecMetaData

extends Object

Constructor Summary

MFECIInteractionSpecMetaData(javax.resource.cci.InteractionSpec iSpec)
Construct an MFECIInteractionSpecMetaData instance.

Methods

Method Summary
String[] getFunctions()

Get the list of functions supported by MFECIInteractionSpec.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

MFECIInteractionSpecMetaData
public MFECIInteractionSpecMetaData(javax.resource.cci.InteractionSpec iSpec)

Construct an MFECIInteractionSpecMetaData instance.

Parameters:
iSpec The MFECIInteractionSpec instance.

Method Detail

getFunctions
public String[] getFunctions()

Get the list of functions supported by MFECIInteractionSpec.