Searched defs:trapCommunity (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java48 trapCommunity = new String(trap.community);
50 if (trapCommunity.compareTo(community) == 0) {
63 trapCommunity = new String(trap.community);
65 if (trapCommunity.compareTo(community) == 0) {
78 trapCommunity = new String(trap.contextName);
80 if (trapCommunity.compareTo(community) == 0) {
269 String trapCommunity = ""; field in class:SNMPTrapListener
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java47 trapCommunity = new String(trap.community);
49 if (trapCommunity.compareTo(community) == 0) {
62 trapCommunity = new String(trap.community);
64 if (trapCommunity.compareTo(community) == 0) {
77 trapCommunity = new String(trap.contextName);
79 if (trapCommunity.compareTo(community) == 0) {
268 String trapCommunity = ""; field in class:SNMPTrapListener
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java48 trapCommunity = new String(trap.community);
50 if (trapCommunity.compareTo(community) == 0) {
63 trapCommunity = new String(trap.community);
65 if (trapCommunity.compareTo(community) == 0) {
78 trapCommunity = new String(trap.contextName);
80 if (trapCommunity.compareTo(community) == 0) {
269 String trapCommunity = ""; field in class:SNMPTrapListener
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java48 trapCommunity = new String(trap.community);
50 if (trapCommunity.compareTo(community) == 0) {
63 trapCommunity = new String(trap.community);
65 if (trapCommunity.compareTo(community) == 0) {
78 trapCommunity = new String(trap.contextName);
80 if (trapCommunity.compareTo(community) == 0) {
269 String trapCommunity = ""; field in class:SNMPTrapListener
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java47 trapCommunity = new String(trap.community);
49 if (trapCommunity.compareTo(community) == 0) {
62 trapCommunity = new String(trap.community);
64 if (trapCommunity.compareTo(community) == 0) {
77 trapCommunity = new String(trap.contextName);
79 if (trapCommunity.compareTo(community) == 0) {
268 String trapCommunity = ""; field in class:SNMPTrapListener

Completed in 31 milliseconds