oracle.aurora.jem
Class JEMEmitToken

java.lang.Object
  |
  +--oracle.aurora.jem.JEMEmitToken

public class JEMEmitToken
extends java.lang.Object

This class encapsulates all the data involved in a JEM service request. It includes the input arguments, the function signature, the return object, etc. An instance of this class is returned every time a JEMSession or JEMReaction's call method is invoked.


Method Summary
TypeMethod
 oracle.aurora.jem.JEMPolyTuple getCmplPolyTuple()
           
 java.lang.String getCmplTagTxt()
           
 java.lang.String getEmitExceptionTagTxt()
           
 java.lang.String getEmitMsgId()
           
 oracle.aurora.jem.JEMPolyTuple getFunPolyTuple()
           
 oracle.aurora.jem.JEMPolyTuple getInPolyTuple()
           
 JEMPortHandle getPortHandle()
           
 oracle.aurora.jem.JEMPolyTuple getRetPolyTuple()
           
 java.lang.String getRetTagTxt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPortHandle

public JEMPortHandle getPortHandle()

getFunPolyTuple

public oracle.aurora.jem.JEMPolyTuple getFunPolyTuple()

getInPolyTuple

public oracle.aurora.jem.JEMPolyTuple getInPolyTuple()

getRetPolyTuple

public oracle.aurora.jem.JEMPolyTuple getRetPolyTuple()

getRetTagTxt

public java.lang.String getRetTagTxt()

getCmplPolyTuple

public oracle.aurora.jem.JEMPolyTuple getCmplPolyTuple()

getCmplTagTxt

public java.lang.String getCmplTagTxt()

getEmitExceptionTagTxt

public java.lang.String getEmitExceptionTagTxt()

getEmitMsgId

public java.lang.String getEmitMsgId()