View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820727#3820727

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820727

"telrod" wrote : So what would happen in the case of async invocations?  Does the 
whole state contained in the invocation go across the wire, the interceptors stay in 
memory on the client, and when get the callback (with all itÃÂs state), then returns 
back to interceptors that are waiting?



Interesting question.  The way I have it working in JBoss AOP, is that metadata(state) 
can have Payload attributes attached to them, whether they are TRANSIENT, AS-IS, or 
MARSHALLED (ya know, the current stuff in 3.2).  When an invocation goes across the 
wire it squishes, mashes the different Metadata domains together into the Invocation 
object's payload before sending out across the wire.  So Thread, Invocatoin, and 
Instance data is squished and sent across.  Hope I am explaining this well!!!!



Bill


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to