Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.QueryEvents
Queries for a list of events matching the specified criteria.
Syntax
public IList QueryEvents(String sNamePattern, String sType, Boolean bEnabled, String sList)Parameters
sNamePattern
- The name pattern. The pattern can contain one wildcard (%), or can be
null
to return all events.
sType
- The event type. Valid values are:
1
for servlet request2
for emailnull
for both servlet request and email.
bEnabled
- Set this value to
true
for enabled events,false
for disabled events, ornull
for both.
sList
- The name of the
IList
. Usenull
for a system-generated name.
Description
The
QueryEvents
method queries for events matching the specified criteria and returns anIList
of these events. The events can be queries using an event name pattern, an event type, or whether the event is enabled or disabled.Returns
Returns an
IList
containing the event names.
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.