com.ibm.connector2.iseries.pgmcall
Class ISeriesPgmCallInteractionSpec

java.lang.Object
  |
  +--com.ibm.connector2.iseries.pgmcall.ISeriesPgmCallInteractionSpec
All Implemented Interfaces:
javax.resource.cci.InteractionSpec, java.io.Serializable

public class ISeriesPgmCallInteractionSpec
extends java.lang.Object
implements javax.resource.cci.InteractionSpec, java.io.Serializable

ISeriesPgmCallInteractionSpec holds properties for driving an ISeriesPgmCallInteraction with iSeries Host Programs. An ISeriesPgmCallInteractionSpec is used by an ISeriesPgmCallInteraction to execute the specified program on an iSeries host.

See Also:
Serialized Form

Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
 
Constructor Summary
ISeriesPgmCallInteractionSpec()
          Constructor to create ISeriesInteractionSpec
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
 java.lang.String getProgramName()
          get the name of the program defined in PCML
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void setProgramName(java.lang.String name)
          set the name of the program defined in PCML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISeriesPgmCallInteractionSpec

public ISeriesPgmCallInteractionSpec()
Constructor to create ISeriesInteractionSpec
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)

getProgramName

public java.lang.String getProgramName()
get the name of the program defined in PCML
Returns:
name

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)

setProgramName

public void setProgramName(java.lang.String name)
set the name of the program defined in PCML
Parameters:
name -