Sorry Vincenzo, I somehow missed your response.
Sure, you can use the TimerService.createTimer(long duration, java.io.Serializable info) method and pass 0 as duration. The info object can be any Serializable object, which you can then get from the Timer passed to the EJB @Timeout method.
HTH!
--Vlado