Methods Summary |
---|
public java.lang.String | getFunctionName()
return this.functionName;
|
public int | getInteractionVerb()
return this.interactionVerb;
|
public void | setFunctionName(java.lang.String functionName)A string representing the name of an EIS function
this.functionName = functionName;
|
public void | setInteractionVerb(int verb)An integer representing the mode of interaction with an
EIS instance as specified by the InteractionSpec.
Valid values are: SYNC_SEND, SYNC_SEND_RECEIVE, and
SYNC_RECEIVE as defined in InteractionSpec interface.
this.interactionVerb = verb;
|