Class ConversationContext_impl

    • Constructor Summary

      Constructors 
      Constructor Description
      ConversationContext_impl​(int __internalId, int conversationId, int toProcess, int toHOBJ, int toInstance, boolean bToJava)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(boolean bClose, int hobjESLInterface, java.lang.String procName, D2Base... params)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConversationContext_impl

        public ConversationContext_impl​(int __internalId,
                                        int conversationId,
                                        int toProcess,
                                        int toHOBJ,
                                        int toInstance,
                                        boolean bToJava)
    • Method Detail

      • call

        public void call​(boolean bClose,
                         int hobjESLInterface,
                         java.lang.String procName,
                         D2Base... params)
        Specified by:
        call in interface ConversationContext