To query all events from an event group, use the queryEventsByEventGroup(String, String, boolean) method of the EventAccess bean.
CommonBaseEvent[] events = eventAccess.queryByEventGroup("critical_hosts", "CommonBaseEvent[@severity > 30]", true);
Last updated: Thu Apr 27 14:23:48 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)