Searched defs:snmpAdaptor (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java109 private SnmpV3AdaptorServer snmpAdaptor; field in class:SNMPClassLoaderProvider
163 this.snmpAdaptor.stop();
165 this.snmpAdaptor = this.getSnmpAdaptor(configuration);
173 this.server.registerMBean(this.snmpAdaptor, this.snmpObjName);
174 this.snmpAdaptor.start();
179 this.snmpAdaptor.setTrapPort(snmpTrapPort);
180 this.snmpAdaptor.snmpV1Trap(0, 0, null);
225 this.snmpAdaptor = this.getSnmpAdaptor(this.currentConfig);
227 if (this.snmpAdaptor == null) {
240 this.snmpAdaptor
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java108 private SnmpV3AdaptorServer snmpAdaptor; field in class:SNMPClassLoaderProvider
162 this.snmpAdaptor.stop();
164 this.snmpAdaptor = this.getSnmpAdaptor(configuration);
172 this.server.registerMBean(this.snmpAdaptor, this.snmpObjName);
173 this.snmpAdaptor.start();
178 this.snmpAdaptor.setTrapPort(snmpTrapPort);
179 this.snmpAdaptor.snmpV1Trap(0, 0, null);
224 this.snmpAdaptor = this.getSnmpAdaptor(this.currentConfig);
226 if (this.snmpAdaptor == null) {
239 this.snmpAdaptor
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java109 private SnmpV3AdaptorServer snmpAdaptor; field in class:SNMPClassLoaderProvider
163 this.snmpAdaptor.stop();
165 this.snmpAdaptor = this.getSnmpAdaptor(configuration);
173 this.server.registerMBean(this.snmpAdaptor, this.snmpObjName);
174 this.snmpAdaptor.start();
179 this.snmpAdaptor.setTrapPort(snmpTrapPort);
180 this.snmpAdaptor.snmpV1Trap(0, 0, null);
225 this.snmpAdaptor = this.getSnmpAdaptor(this.currentConfig);
227 if (this.snmpAdaptor == null) {
240 this.snmpAdaptor
[all...]
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java109 private SnmpV3AdaptorServer snmpAdaptor; field in class:SNMPClassLoaderProvider
163 this.snmpAdaptor.stop();
165 this.snmpAdaptor = this.getSnmpAdaptor(configuration);
173 this.server.registerMBean(this.snmpAdaptor, this.snmpObjName);
174 this.snmpAdaptor.start();
179 this.snmpAdaptor.setTrapPort(snmpTrapPort);
180 this.snmpAdaptor.snmpV1Trap(0, 0, null);
225 this.snmpAdaptor = this.getSnmpAdaptor(this.currentConfig);
227 if (this.snmpAdaptor == null) {
240 this.snmpAdaptor
[all...]
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java108 private SnmpV3AdaptorServer snmpAdaptor; field in class:SNMPClassLoaderProvider
162 this.snmpAdaptor.stop();
164 this.snmpAdaptor = this.getSnmpAdaptor(configuration);
172 this.server.registerMBean(this.snmpAdaptor, this.snmpObjName);
173 this.snmpAdaptor.start();
178 this.snmpAdaptor.setTrapPort(snmpTrapPort);
179 this.snmpAdaptor.snmpV1Trap(0, 0, null);
224 this.snmpAdaptor = this.getSnmpAdaptor(this.currentConfig);
226 if (this.snmpAdaptor == null) {
239 this.snmpAdaptor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPClassLoaderProvider.java101 private SnmpV3AdaptorServer snmpAdaptor; field in class:SNMPClassLoaderProvider
155 this.snmpAdaptor.stop();
157 this.snmpAdaptor = this.getSnmpAdaptor(configuration);
165 this.server.registerMBean(this.snmpAdaptor, this.snmpObjName);
166 this.snmpAdaptor.start();
171 this.snmpAdaptor.setTrapPort(snmpTrapPort);
172 this.snmpAdaptor.snmpV1Trap(0, 0, null);
212 this.snmpAdaptor = this.getSnmpAdaptor(this.currentConfig);
214 if (this.snmpAdaptor == null) {
227 this.snmpAdaptor
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java112 private static SnmpAdaptorServer snmpAdaptor = null; field in class:Agent
248 if (monitoringEnabled && monSnmpPortEnabled && (snmpAdaptor != null)) {
249 snmpAdaptor.stop();
774 snmpAdaptor = new SnmpAdaptorServer(monSnmpPort); // no exc
775 if (snmpAdaptor == null) {
781 server.registerMBean(snmpAdaptor, snmpObjName);
782 snmpAdaptor.start(); // throws no exception
794 snmpAdaptor.setTrapPort(new Integer(monSnmpPort+1));
795 snmpAdaptor.snmpV1Trap(0, 0, null);
809 sunMib.setSnmpAdaptor(snmpAdaptor); // throw
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java114 private static SnmpAdaptorServer snmpAdaptor = null; field in class:Agent
249 if (monitoringEnabled && monSnmpPortEnabled && (snmpAdaptor != null)) {
250 snmpAdaptor.stop();
775 snmpAdaptor = new SnmpAdaptorServer(monSnmpPort); // no exc
776 if (snmpAdaptor == null) {
782 server.registerMBean(snmpAdaptor, snmpObjName);
783 snmpAdaptor.start(); // throws no exception
795 snmpAdaptor.setTrapPort(new Integer(monSnmpPort+1));
796 snmpAdaptor.snmpV1Trap(0, 0, null);
810 sunMib.setSnmpAdaptor(snmpAdaptor); // throw
[all...]

Completed in 30 milliseconds