Searched refs:jndiUrl (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/ |
H A D | JNDIFailureTest.java | 43 JMXServiceURL jndiUrl = 47 new RMIConnectorServer(jndiUrl, null, impl, mbs);
|
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/ |
H A D | RMIConnectorServer.java | 410 final String jndiUrl = address.getURLPath().substring(6); 413 logger.trace("start", "Using external directory: " + jndiUrl); 422 if (tracing) logger.trace("start", "binding to " + jndiUrl); 426 bind(jndiUrl, usemap, objref, rebind); 428 boundJndiUrl = jndiUrl; 431 throw newIOException("Cannot bind to URL ["+jndiUrl+"]: " 625 * @param jndiUrl URL of the stub in the registry, extracted 632 void bind(String jndiUrl, Hashtable<?, ?> attributes, argument 641 ctx.rebind(jndiUrl, rmiServer); 643 ctx.bind(jndiUrl, rmiServe [all...] |
Completed in 139 milliseconds