muhwas wrote:
Hi guys,

I have a quick question. If i put a
@Callback(CallBackInterface.class) on my bussiness
interface then all method in that interface has to be
asynchronous or i can use synchronous method too?

thanks,
muhwas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hi,

There is no relationship at all between callbacks and the asynchronous (non-blocking) programming model. So mixing these two aspects should work. Are you running into a problem when you mix @Callback and @Oneway?

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to