RE: [Jrat-development] How to write custom handlers for JRAT
Brought to you by:
jeffdrost
|
From: jeff d. <je...@dr...> - 2005-07-16 12:49:46
|
What do you want this handler to do? You basically need to implement classes that implement the interfaces. org.shiftone.jrat.core.spi.MethodHandlerFactory org.shiftone.jrat.core.spi.MethodHandler Take a look at the StatMethodHandler (which is fairly simple) and let me know if you have any questions. Note that if you want to write out a file after the system shuts down you also need to register for the shutdown event with the RuntimeContext - an argument that is passed to your MethodHandlerFactory when it is initialized. Thanks, Jeff Drost ________________________________________ From: jra...@li... [mailto:jra...@li...] On Behalf Of Borade, Prakash (Cognizant) Sent: Saturday, July 16, 2005 7:58 AM To: jrat mailing list Subject: [Jrat-development] How to write custom handlers for JRAT Hi All, I would like to write a custom handler for JRAT. How do I start with it. What are the pre-requisites for the same. Can anybody help me. Thanks Prakash |