[JBoss-dev] [Javassist development Forum] - Re: How i can get all method info of a class?

2005-04-26 Thread icecrash
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875374#3875374 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875374 --- SF email is sponsored by - The IT Prod

[JBoss-dev] [Javassist development Forum] - How i can get all method info of a class?

2005-04-25 Thread icecrash
How i can get and set input parameter of a method? i can use java.reflect for get input parameter structure an type ,then use javassist for set the input parameter? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875273#3875273 Reply to the post : http://

[JBoss-dev] [Javassist development Forum] - how i can use javassist for loggin a method behaviour of a l

2005-04-21 Thread icecrash
1)how i can use javassist for loggin a method behaviour of a loaded class? I want to log method behaviours with javassist translator , can anyone help me? 2) it possible show method body whit javassist? thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-dev] [Javassist development Forum] - how i ca use javassist for make a fault injection tool

2005-04-20 Thread icecrash
Kind, i need to make a fault injection tool for java programs and i use javassist. I have some question: how i can inject for example wrog type in a input parameter of method? how i can monitor the error propagation trught the program? how i can modify at run-time the code of a method? I thing