Searched refs:destinations (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java260 // Check the trap destinations before trying to sent traps
391 private boolean checkTrapsDestinations(SortedSet<String> destinations) { argument
392 // If the traps destinations is empty, the traps have to be sent
394 if ((destinations == null) || (destinations.isEmpty())) {
399 for (String dest : destinations) {
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java259 // Check the trap destinations before trying to sent traps
390 private boolean checkTrapsDestinations(SortedSet<String> destinations) { argument
391 // If the traps destinations is empty, the traps have to be sent
393 if ((destinations == null) || (destinations.isEmpty())) {
398 for (String dest : destinations) {
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java260 // Check the trap destinations before trying to sent traps
391 private boolean checkTrapsDestinations(SortedSet<String> destinations) { argument
392 // If the traps destinations is empty, the traps have to be sent
394 if ((destinations == null) || (destinations.isEmpty())) {
399 for (String dest : destinations) {
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java260 // Check the trap destinations before trying to sent traps
391 private boolean checkTrapsDestinations(SortedSet<String> destinations) { argument
392 // If the traps destinations is empty, the traps have to be sent
394 if ((destinations == null) || (destinations.isEmpty())) {
399 for (String dest : destinations) {
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java259 // Check the trap destinations before trying to sent traps
390 private boolean checkTrapsDestinations(SortedSet<String> destinations) { argument
391 // If the traps destinations is empty, the traps have to be sent
393 if ((destinations == null) || (destinations.isEmpty())) {
398 for (String dest : destinations) {
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java247 // Check the trap destinations before trying to sent traps
374 private boolean checkTrapsDestinations(SortedSet<String> destinations) { argument
375 // If the traps destinations is empty, the traps have to be sent
377 if ((destinations == null) || (destinations.isEmpty())) {
382 for (String dest : destinations) {

Completed in 69 milliseconds