Hi

 

If a implement a ULCProxy sub-class to forward a one-time call to the client-side, do I still have to mark the proxy instance as uncollectable?

 

public class MyExtension extends ULCProxy {

    public void doOneTimeClientStuff(ULCList inList) {

        upload();

        markUncollectable();

 

        Anything anything = new Anything();

        anything.put(“listRef”, inList.getRef());

        sendUI(“doOneTimeStuff”, anything);

    }

 

Thanks for the clarification.

 

Regards, Etienne

 

Reply via email to