IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Clone vs deepClone

    Posted Wed February 09, 2005 10:27 PM

    In order to achieve parallel processing , i want to do a doThreadInvoke

    ServiceThread threadHandle = Service.doThreadInvoke(ifc,service,IDataUtil.clone(input));

    ServiceThread threadHandle = Service.doThreadInvoke(ifc,service,IDataUtil.deepClone(input));

    When to use deepClone vs clone …any limitation on doc size ?

    Any other way ?


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods