[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - I'd like to controll in order of interception

2004-12-16 Thread dolphy
Hi,
I'm from Japanese.

"annotation sample" in [jboss-aop_1.0.0-FINAL] sample directory

Below is the code snippet of POJO.java.

@trace @billable
public void someMethod()
{
System.out.println("someMethod");
}

The output shows:

[java] --- pojo.someMethod(); ---
[java] [EMAIL PROTECTED]
[java] <<< Trace : executing method public void POJO.someMethod()
[java] someMethod
[java] >>> Leaving Trace

I'd like to run @trace interceptor at first.
I mean... the output is

[java] --- pojo.someMethod(); ---
[java] <<< Trace : executing method public void POJO.someMethod()
[java] [EMAIL PROTECTED]
[java] someMethod
[java] >>> Leaving Trace

If possble, tell me how can I do that?
I'm sory to bother that my poor English.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: I'd like to controll in order of interception

2004-12-15 Thread dolphy
Thank you for your advice, kabir.khan!
I solved that issue.
Thanks.




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

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


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development