com.ibm.mds.adpt.sms.base.cci
Class BaseInteractionSpec

java.lang.Object
  extended by com.ibm.mds.adpt.sms.base.cci.BaseInteractionSpec
All Implemented Interfaces:
java.io.Serializable, javax.resource.cci.InteractionSpec

public class BaseInteractionSpec
extends java.lang.Object
implements javax.resource.cci.InteractionSpec

The CCI Interaction Spec.

See Also:
Serialized Form

Field Summary
 java.lang.String functionName
          A string representing the name of some function supported by the JCA
 
Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
 
Constructor Summary
BaseInteractionSpec()
           
 
Method Summary
 java.lang.String getFunctionName()
           
 java.lang.String getMessageType()
           
 void setFunctionName(java.lang.String functionName)
           
 void setMessageType(java.lang.String messageType)
           
 java.lang.String toString()
          Override toString method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

functionName

public java.lang.String functionName
A string representing the name of some function supported by the JCA

Constructor Detail

BaseInteractionSpec

public BaseInteractionSpec()
Method Detail

getFunctionName

public java.lang.String getFunctionName()
Returns:
Returns the functionName.

setFunctionName

public void setFunctionName(java.lang.String functionName)
Parameters:
functionName - The functionName to set.

getMessageType

public java.lang.String getMessageType()
Returns:
Returns the message type

setMessageType

public void setMessageType(java.lang.String messageType)
Parameters:
resultSetType - The resultSetType to set.

toString

public java.lang.String toString()
Override toString method.

Overrides:
toString in class java.lang.Object
Returns:
String representation of this class.


Copyright © 2006 IBM Corp. All Rights Reserved.