Searched defs:ALERT_TYPE (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java58 public static final String ALERT_TYPE = "org.opends.test.TestAlert"; field in class:AlertHandlerTestCase
102 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
118 "--add", "enabled-alert-type:" + ALERT_TYPE);
124 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
133 "--remove", "enabled-alert-type:" + ALERT_TYPE);
149 "--add", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
155 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
164 "--remove", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
180 "--add", "disabled-alert-type:" + ALERT_TYPE);
186 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java57 public static final String ALERT_TYPE = "org.opends.test.TestAlert"; field in class:AlertHandlerTestCase
101 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
117 "--add", "enabled-alert-type:" + ALERT_TYPE);
123 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
132 "--remove", "enabled-alert-type:" + ALERT_TYPE);
148 "--add", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
154 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
163 "--remove", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
179 "--add", "disabled-alert-type:" + ALERT_TYPE);
185 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java58 public static final String ALERT_TYPE = "org.opends.test.TestAlert"; field in class:AlertHandlerTestCase
102 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
118 "--add", "enabled-alert-type:" + ALERT_TYPE);
124 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
133 "--remove", "enabled-alert-type:" + ALERT_TYPE);
149 "--add", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
155 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
164 "--remove", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
180 "--add", "disabled-alert-type:" + ALERT_TYPE);
186 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java57 public static final String ALERT_TYPE = "org.opends.test.TestAlert"; field in class:AlertHandlerTestCase
101 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
117 "--add", "enabled-alert-type:" + ALERT_TYPE);
123 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
132 "--remove", "enabled-alert-type:" + ALERT_TYPE);
148 "--add", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
154 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
163 "--remove", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
179 "--add", "disabled-alert-type:" + ALERT_TYPE);
185 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java58 public static final String ALERT_TYPE = "org.opends.test.TestAlert"; field in class:AlertHandlerTestCase
102 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
118 "--add", "enabled-alert-type:" + ALERT_TYPE);
124 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
133 "--remove", "enabled-alert-type:" + ALERT_TYPE);
149 "--add", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
155 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
164 "--remove", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
180 "--add", "disabled-alert-type:" + ALERT_TYPE);
186 DirectoryServer.sendAlertNotification(this, ALERT_TYPE,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DAlertHandlerTestCase.java56 public static final String ALERT_TYPE = "org.opends.test.TestAlert"; field in class:AlertHandlerTestCase
100 DirectoryServer.sendAlertNotification(this, ALERT_TYPE, ALERT_MESSAGE);
115 "--add", "enabled-alert-type:" + ALERT_TYPE);
121 DirectoryServer.sendAlertNotification(this, ALERT_TYPE, ALERT_MESSAGE);
129 "--remove", "enabled-alert-type:" + ALERT_TYPE);
145 "--add", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
151 DirectoryServer.sendAlertNotification(this, ALERT_TYPE, ALERT_MESSAGE);
159 "--remove", "enabled-alert-type:" + ALERT_TYPE + ".bogus");
175 "--add", "disabled-alert-type:" + ALERT_TYPE);
181 DirectoryServer.sendAlertNotification(this, ALERT_TYPE, ALERT_MESSAG
[all...]

Completed in 52 milliseconds