public abstract class CICSInteractionSpec
extends java.lang.Object
implements javax.resource.cci.InteractionSpec
The properties that can be set are as follows:
Constructor and Description |
---|
CICSInteractionSpec()
Constructs an CICSInteractionSpec object
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Adds a PropertyChangeListener.
|
java.lang.String |
getFunctionName()
Return the function name.
|
int |
getInteractionVerb()
Returns the interactionVerb property (int) value.
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Removes a PropertyChangeListener.
|
void |
setFunctionName(java.lang.String func)
Set the function to be run.
|
void |
setInteractionVerb(int newVerb)
Sets the interactionVerb property (int) value.
|
java.lang.String |
toString()
Returns a string representation of this instance.
|
public CICSInteractionSpec()
public int getInteractionVerb()
public void setInteractionVerb(int newVerb)
newVerb
- The new interactionVerb.public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String func)
func
- The function to run.public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- java.beans.PropertyChangeListener.public void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- java.beans.PropertyChangeListener.public java.lang.String toString()
toString
in class java.lang.Object