Searched refs:inactive (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/ActivateFailedException/activateFails/
H A DShutdownThread.java43 Activatable.inactive(activationID);
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DDayTimeInterface.java43 public void inactive() method in interface:DayTimeInterface
H A DCountInterface.java55 public void inactive() method in interface:CountInterface
H A DDayTimeServerImpl.java80 public void inactive() method in class:DayTimeServerImpl
H A DCountServerImpl.java116 public void inactive() method in class:CountServerImpl
/openjdk7/jdk/test/java/rmi/activation/CommandEnvironment/
H A DDoctor.java58 Activatable.inactive(this.getID());
63 System.err.println("Exception in Activatable.inactive:");
67 System.err.println("Exception in Activatable.inactive:");
71 System.err.println("Exception in Activatable.inactive:");
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DActivationLibrary.java71 if (Activatable.inactive(id) == true) {
72 mesg("inactive successful");
75 mesg("inactive trial failed. Sleeping " +
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java255 * <code>id</code> is currently inactive. If the object is currently
259 * informs this VM's ActivationGroup that the object is inactive,
273 * already be inactive)
278 public static boolean inactive(ActivationID id) method in class:Activatable
451 * exception, thrown if the group is inactive, will not be thrown
452 * because the group is not inactive).
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m211 CONSISTENCY_CHECK(State, inactive);

Completed in 298 milliseconds