|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSInteractionSpec
public abstract class CICSInteractionSpec
This abstract class allows you to set the values for a general CICS request.
The properties that can be set are as follows:
Field Summary |
---|
Fields inherited from interface javax.resource.cci.InteractionSpec |
---|
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
Constructor Summary | |
---|---|
CICSInteractionSpec()
Constructs an CICSInteractionSpec object |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CICSInteractionSpec()
Method Detail |
---|
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
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |