|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu62.Lu62InteractionSpec
Object conaining interaction relevant properties. Subject to change once J2EE/CA specification includes Common Client Interfaces
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 |
protected transient java.beans.PropertyChangeSupport _changes
Constructor Detail |
public Lu62InteractionSpec()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String functionName)
functionName
- The functionNamepublic int getExecutionTimeout()
public void setExecutionTimeout(int executionTimeout)
executionTimeout
- The executionTimeoutpublic int getInteractionVerb()
public void setInteractionVerb(int interactionVerb)
interactionVerb
- The interactionVerb
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |