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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java189 * calling getMBeanServerConnection(null) meaning that no delegation
201 public MBeanServerConnection getMBeanServerConnection() throws IOException method in class:OpendsJmxConnector
203 return jmxc.getMBeanServerConnection();
235 public MBeanServerConnection getMBeanServerConnection( method in class:OpendsJmxConnector
238 return jmxc.getMBeanServerConnection(delegationSubject);
243 * using the MBeanServerConnection returned by getMBeanServerConnection()
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java188 * calling getMBeanServerConnection(null) meaning that no delegation
200 public MBeanServerConnection getMBeanServerConnection() throws IOException method in class:OpendsJmxConnector
202 return jmxc.getMBeanServerConnection();
234 public MBeanServerConnection getMBeanServerConnection( method in class:OpendsJmxConnector
237 return jmxc.getMBeanServerConnection(delegationSubject);
242 * using the MBeanServerConnection returned by getMBeanServerConnection()
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java189 * calling getMBeanServerConnection(null) meaning that no delegation
201 public MBeanServerConnection getMBeanServerConnection() throws IOException method in class:OpendsJmxConnector
203 return jmxc.getMBeanServerConnection();
235 public MBeanServerConnection getMBeanServerConnection( method in class:OpendsJmxConnector
238 return jmxc.getMBeanServerConnection(delegationSubject);
243 * using the MBeanServerConnection returned by getMBeanServerConnection()
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java189 * calling getMBeanServerConnection(null) meaning that no delegation
201 public MBeanServerConnection getMBeanServerConnection() throws IOException method in class:OpendsJmxConnector
203 return jmxc.getMBeanServerConnection();
235 public MBeanServerConnection getMBeanServerConnection( method in class:OpendsJmxConnector
238 return jmxc.getMBeanServerConnection(delegationSubject);
243 * using the MBeanServerConnection returned by getMBeanServerConnection()
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java188 * calling getMBeanServerConnection(null) meaning that no delegation
200 public MBeanServerConnection getMBeanServerConnection() throws IOException method in class:OpendsJmxConnector
202 return jmxc.getMBeanServerConnection();
234 public MBeanServerConnection getMBeanServerConnection( method in class:OpendsJmxConnector
237 return jmxc.getMBeanServerConnection(delegationSubject);
242 * using the MBeanServerConnection returned by getMBeanServerConnection()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java116 public MBeanServerConnection getMBeanServerConnection() throws IOException method in class:OpendsJmxConnector
118 return jmxc.getMBeanServerConnection();
123 public MBeanServerConnection getMBeanServerConnection( method in class:OpendsJmxConnector
126 return jmxc.getMBeanServerConnection(delegationSubject);

Completed in 1458 milliseconds