Searched defs:registering (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/Activatable/shutdownGracefully/
H A DShutdownGracefully.java56 private static RegisteringActivatable registering = null; field in class:ShutdownGracefully
102 System.err.println("registering activatable");
105 registering = (RegisteringActivatable)
110 registering.shutdown();
136 registering = (RegisteringActivatable)
152 registering.shutdown();
168 registering = null;
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java66 public void registering(); method in interface:Repository.RegistrationContext
250 private void registering(RegistrationContext context) { method in class:Repository
253 context.registering();
278 registering(context);
374 * will call {@link RegistrationContext#registering()
375 * context.registering()} from within the repository
378 * If {@link RegistrationContext#registering()
379 * context.registering()} throws an exception, the

Completed in 988 milliseconds