Hello: I'm trying to create some kind of Event class hierarchy.
I have a generic Event class /Generic, and also two subclasses: /Generic/Specific1 and /Generic/Specific2. Using an event transform, in a mapping which belongs to /Generic, I set the eventClass to /Generic/Specific1 or /Generic/Specific1 depending on some conditions. As far as I know (and tested it), the event transforms of the specific classes won't be applied. What I need is to get applied the event transforms for each specific subclass. Today I have a lot of code repeated in the two specific subclasses and I want to put it in a generic (upper-level) event class, and then add more specific code to the event subclasses. Is there any way to do this ? Hope you get the idea. thx, Mariano. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=33198#33198 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
