Searched refs:startDiscoveryService (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/management/jdp/
H A DJdpUnitTest.java82 JdpController.startDiscoveryService(address, port, "FakeDiscovery", "fake://unit-test");
/openjdk7/jdk/src/share/classes/sun/management/
H A DAgent.java214 startDiscoveryService(configProps);
262 startDiscoveryService(props);
274 private static void startDiscoveryService(Properties props) method in class:Agent
333 JdpController.startDiscoveryService(address, port, instanceName, jmxUrlStr);
/openjdk7/jdk/src/share/classes/sun/management/jdp/
H A DJdpController.java37 * {@link #startDiscoveryService(InetAddress,int,String,String) startDiscoveryService}
39 * <p>{@link #startDiscoveryService(InetAddress,int,String,String) startDiscoveryService} could be called multiple
138 public static synchronized void startDiscoveryService(InetAddress address, int port, String instanceName, String url) method in class:JdpController

Completed in 32 milliseconds