이벤트 그룹에서 모든 이벤트를 조회하려면, EventAccess Bean의 queryEventsByEventGroup(String, String, boolean) 메소드를 사용하십시오.
CommonBaseEvent[] events = eventAccess.queryByEventGroup("critical_hosts", "CommonBaseEvent[@severity > 30]", true);
최종 갱신: Fri Jun 2 2006
(c) Copyright IBM Corporation 2005.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)