IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Class Lu62InteractionSpec

java.lang.Object
  extended bycom.ibm.connector2.sna.lu62.Lu62InteractionSpec
All Implemented Interfaces:
javax.resource.cci.InteractionSpec, java.io.Serializable

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

Object conaining interaction relevant properties. Subject to change once J2EE/CA specification includes Common Client Interfaces

See Also:
Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport _changes
           
 
Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
 
Constructor Summary
Lu62InteractionSpec()
          Lu62InteractionSpec default constructor
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 int getExecutionTimeout()
          Gets the number of milliseconds an Interaction will wait for an EIS to execute the specified function
 java.lang.String getFunctionName()
          Gets the name of an EIS function
 int getInteractionVerb()
          Gets the mode of interaction with an EIS instance
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void setExecutionTimeout(int executionTimeout)
          Sets the the number of milliseconds an Interaction will wait for an EIS to execute the specified function
 void setFunctionName(java.lang.String functionName)
          Sets the name of an EIS function
 void setInteractionVerb(int interactionVerb)
          Sets the mode of interaction with an EIS instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_changes

protected transient java.beans.PropertyChangeSupport _changes
Constructor Detail

Lu62InteractionSpec

public Lu62InteractionSpec()
Lu62InteractionSpec default constructor

Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

getFunctionName

public java.lang.String getFunctionName()
Gets the name of an EIS function

Returns:
Returns a String

setFunctionName

public void setFunctionName(java.lang.String functionName)
Sets the name of an EIS function

Parameters:
functionName - The functionName

getExecutionTimeout

public int getExecutionTimeout()
Gets the number of milliseconds an Interaction will wait for an EIS to execute the specified function

Returns:
Returns an int

setExecutionTimeout

public void setExecutionTimeout(int executionTimeout)
Sets the the number of milliseconds an Interaction will wait for an EIS to execute the specified function

Parameters:
executionTimeout - The executionTimeout

getInteractionVerb

public int getInteractionVerb()
Gets the mode of interaction with an EIS instance

Returns:
Returns an int

setInteractionVerb

public void setInteractionVerb(int interactionVerb)
Sets the mode of interaction with an EIS instance

Parameters:
interactionVerb - The interactionVerb

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005