HomeSort by relevance Sort by last modified time
    Searched refs:mmConnection (Results 1 - 2 of 2) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
mm.js 51 var mmConnection = null;
54 if (mmConnection != null) {
57 mmConnection.close();
68 // note that the "mmConnection" is a global variable!
69 mmConnection = jmxc.getMBeanServerConnection();
74 if (mmConnection == null) {
78 return mmConnection;
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
mm.js 51 var mmConnection = null;
54 if (mmConnection != null) {
57 mmConnection.close();
68 // note that the "mmConnection" is a global variable!
69 mmConnection = jmxc.getMBeanServerConnection();
74 if (mmConnection == null) {
78 return mmConnection;

Completed in 764 milliseconds