イベント・グループからすべてのイベントを照会するためには、EventAccess Bean の queryEventsByEventGroup(String, String, boolean) メソッドを使用します。
CommonBaseEvent[] events = eventAccess.queryByEventGroup("critical_hosts", "CommonBaseEvent[@severity > 30]", true);
(c) Copyright IBM Corporation 2005, 2006.
本製品では Eclipse テクノロジーが採用されています。(http://www.eclipse.org)