You could check out the AbstractConfigElementHandler for an example of a
handler class that serves multiple classes.  You could also send me what you
have and I'd be happy to take a look at it.

-Mike

> -----Original Message-----
> From: Matthias Barmeier [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 4:13 AM
> To: [EMAIL PROTECTED]
> Subject: AW: Patches for saving timers 2/3
> 
> 
> Hi,
> 
> blame on me ! :-(
> 
> I have experimented with a one saves all TimerHandler, but
> it did not work.
> 
> When splitting the TimerHandler I forgot to set the
> XML Tag corectly.
> 
> I will fix this in the next days and will give the one for 
> all TimerHandler
> class
> another try.
> 
> Ciao
>       Matthias
> 
> > -----Urspr�ngliche Nachricht-----
> > Von: Stover, Michael [mailto:[EMAIL PROTECTED]]
> > Gesendet: Freitag, 4. Mai 2001 16:56
> > An: '[EMAIL PROTECTED]'
> > Betreff: RE: Patches for saving timers 2/3
> >
> >
> > Matthias,
> >        Thank you for your efforts to enable saving of 
> Timers.  My only
> > comment is I'm not sure how the system will know which timer to
> > instantiate
> > from your XML code.  They all save themselves as <Timer
> > type="<classlabel>"....>.  When the system tries to load your
> > files, does it
> > always find the right Timer to instantiate?  If it does, 
> I'd be a bit
> > mystified.
> >
> > There are two possible solutions to this problem.  One, have each
> > timer have
> > it's own XML tag (ie <ConstantTimer..., <GaussianRandomTimer
> > ...>), or, use
> > one Handler class to handle all timers, and save the class 
> name in the xml
> > so that this handler class can determine which Timer to
> > instantiate from the
> > XML.  I prefer the second option myself.
> >
> > -Mike
> >
> > > -----Original Message-----
> > > From: Matthias Barmeier [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, May 04, 2001 9:53 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Patches for saving timers 2/3
> > >
> > >
> > > Hi,
> > >
> > > I am absolute new to open source development.
> > >
> > > I reconized that saving timers is not implemented.
> > > I have tried to do this and have attached the file
> > > for GaussianRandomTimer.
> > >
> > > If the implementation is not your standard please send me 
> some hints
> > > how I can improve my skills.
> > >
> > >
> > > Ciao
> > >   Matthias
> > >
> > > /*
> > >     Dipl.-Inform. Matthias Barmeier        Tel: +49 (0)30 
> 79 70 72 87
> > >     bit-side GmbH                          Fax: +49 (0)30 
> 79 70 72 88
> > >     Salzufer 14a Aufgang D                 Email:
> > > [EMAIL PROTECTED]
> > >     10587 Berlin                           WWW:
> > > <http://www.bit-side.com>
> > > */
> > >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to