Searched refs:jmxc (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java53 private JMXConnector jmxc; field in class:OpendsJmxConnector
86 this.jmxc = JMXConnectorFactory.newJMXConnector(serviceURL, environment);
111 jmxc.connect(env);
118 return jmxc.getMBeanServerConnection();
126 return jmxc.getMBeanServerConnection(delegationSubject);
133 jmxc.close();
142 jmxc.addConnectionNotificationListener(listener, filter, handback);
151 jmxc.removeConnectionNotificationListener(listener);
160 jmxc.removeConnectionNotificationListener(l, f, handback);
167 return jmxc
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java56 private JMXConnector jmxc = null; field in class:OpendsJmxConnector
101 this.jmxc = JMXConnectorFactory.newJMXConnector(serviceURL, environment);
174 jmxc.connect(env);
203 return jmxc.getMBeanServerConnection();
238 return jmxc.getMBeanServerConnection(delegationSubject);
261 jmxc.close();
290 jmxc.addConnectionNotificationListener(listener, filter, handback);
309 jmxc.removeConnectionNotificationListener(listener);
335 jmxc.removeConnectionNotificationListener(l, f, handback);
353 return jmxc
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java55 private JMXConnector jmxc = null; field in class:OpendsJmxConnector
100 this.jmxc = JMXConnectorFactory.newJMXConnector(serviceURL, environment);
173 jmxc.connect(env);
202 return jmxc.getMBeanServerConnection();
237 return jmxc.getMBeanServerConnection(delegationSubject);
260 jmxc.close();
289 jmxc.addConnectionNotificationListener(listener, filter, handback);
308 jmxc.removeConnectionNotificationListener(listener);
334 jmxc.removeConnectionNotificationListener(l, f, handback);
352 return jmxc
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java56 private JMXConnector jmxc = null; field in class:OpendsJmxConnector
101 this.jmxc = JMXConnectorFactory.newJMXConnector(serviceURL, environment);
174 jmxc.connect(env);
203 return jmxc.getMBeanServerConnection();
238 return jmxc.getMBeanServerConnection(delegationSubject);
261 jmxc.close();
290 jmxc.addConnectionNotificationListener(listener, filter, handback);
309 jmxc.removeConnectionNotificationListener(listener);
335 jmxc.removeConnectionNotificationListener(l, f, handback);
353 return jmxc
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java56 private JMXConnector jmxc = null; field in class:OpendsJmxConnector
101 this.jmxc = JMXConnectorFactory.newJMXConnector(serviceURL, environment);
174 jmxc.connect(env);
203 return jmxc.getMBeanServerConnection();
238 return jmxc.getMBeanServerConnection(delegationSubject);
261 jmxc.close();
290 jmxc.addConnectionNotificationListener(listener, filter, handback);
309 jmxc.removeConnectionNotificationListener(listener);
335 jmxc.removeConnectionNotificationListener(l, f, handback);
353 return jmxc
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java55 private JMXConnector jmxc = null; field in class:OpendsJmxConnector
100 this.jmxc = JMXConnectorFactory.newJMXConnector(serviceURL, environment);
173 jmxc.connect(env);
202 return jmxc.getMBeanServerConnection();
237 return jmxc.getMBeanServerConnection(delegationSubject);
260 jmxc.close();
289 jmxc.addConnectionNotificationListener(listener, filter, handback);
308 jmxc.removeConnectionNotificationListener(listener);
334 jmxc.removeConnectionNotificationListener(l, f, handback);
352 return jmxc
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java235 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
236 assertNotNull(jmxc);
238 Object val = jmxGet(dn, attributeName, jmxc);
259 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
260 assertNotNull(jmxc);
262 Set names = jmxc.queryNames(null, null);
268 Long val = (Long) jmxGet(dn, attribute, jmxc);
270 jmxSet(dn, attribute, val + 1, jmxc);
272 Long newVal = (Long) jmxGet(dn, attribute, jmxc);
276 jmxSet(dn, attribute, val + 1, jmxc);
626 toggleEnableJmxConnector(OpendsJmxConnector jmxc, DN testedConnector, boolean enabled) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java231 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
232 assertNotNull(jmxc);
234 Object val = jmxGet(dn, attributeName, jmxc);
255 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
256 assertNotNull(jmxc);
258 jmxc.queryNames(null, null).clear();
263 long val = (Long) jmxGet(dn, attribute, jmxc);
264 jmxSet(dn, attribute, val + 1, jmxc);
266 long newVal = (Long) jmxGet(dn, attribute, jmxc);
269 jmxSet(dn, attribute, val + 1, jmxc);
601 toggleEnableJmxConnector(OpendsJmxConnector jmxc, DN testedConnector, boolean enabled) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java235 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
236 assertNotNull(jmxc);
238 Object val = jmxGet(dn, attributeName, jmxc);
259 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
260 assertNotNull(jmxc);
262 Set names = jmxc.queryNames(null, null);
268 Long val = (Long) jmxGet(dn, attribute, jmxc);
270 jmxSet(dn, attribute, val + 1, jmxc);
272 Long newVal = (Long) jmxGet(dn, attribute, jmxc);
276 jmxSet(dn, attribute, val + 1, jmxc);
626 toggleEnableJmxConnector(OpendsJmxConnector jmxc, DN testedConnector, boolean enabled) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java231 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
232 assertNotNull(jmxc);
234 Object val = jmxGet(dn, attributeName, jmxc);
255 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
256 assertNotNull(jmxc);
258 jmxc.queryNames(null, null).clear();
263 long val = (Long) jmxGet(dn, attribute, jmxc);
264 jmxSet(dn, attribute, val + 1, jmxc);
266 long newVal = (Long) jmxGet(dn, attribute, jmxc);
269 jmxSet(dn, attribute, val + 1, jmxc);
601 toggleEnableJmxConnector(OpendsJmxConnector jmxc, DN testedConnector, boolean enabled) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java235 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
236 assertNotNull(jmxc);
238 Object val = jmxGet(dn, attributeName, jmxc);
259 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
260 assertNotNull(jmxc);
262 Set names = jmxc.queryNames(null, null);
268 Long val = (Long) jmxGet(dn, attribute, jmxc);
270 jmxSet(dn, attribute, val + 1, jmxc);
272 Long newVal = (Long) jmxGet(dn, attribute, jmxc);
276 jmxSet(dn, attribute, val + 1, jmxc);
626 toggleEnableJmxConnector(OpendsJmxConnector jmxc, DN testedConnector, boolean enabled) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java231 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
232 assertNotNull(jmxc);
234 Object val = jmxGet(dn, attributeName, jmxc);
255 MBeanServerConnection jmxc = connector.getMBeanServerConnection();
256 assertNotNull(jmxc);
258 jmxc.queryNames(null, null).clear();
263 long val = (Long) jmxGet(dn, attribute, jmxc);
264 jmxSet(dn, attribute, val + 1, jmxc);
266 long newVal = (Long) jmxGet(dn, attribute, jmxc);
269 jmxSet(dn, attribute, val + 1, jmxc);
600 toggleEnableJmxConnector(OpendsJmxConnector jmxc, DN testedConnector, boolean enabled) argument
[all...]

Completed in 70 milliseconds