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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()