How to invoke remote stateful session bean methods multiple times inside one client method?

I have a Stateful session Bean with 3 methods. m1(), m2() and m3().
In this method m3 is @Remove...