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: Tue Feb 21 17:36:50 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)