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

/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DDayTimeServerImpl.java48 private static ActivationDesc ACTIVATION_DESC = null; field in class:DayTimeServerImpl
93 register(ACTIVATION_DESC);
108 rsi = (DayTimeInterface)Activatable.register(ACTIVATION_DESC);
130 ACTIVATION_DESC = new ActivationDesc(agid,
H A DNotActivatableServerImpl.java49 private static ActivationDesc ACTIVATION_DESC = null; field in class:NotActivatableServerImpl
67 rsi = (NotActivatableInterface)Activatable.register(ACTIVATION_DESC);
89 ACTIVATION_DESC = new ActivationDesc(agid,
H A DCountServerImpl.java49 private static ActivationDesc ACTIVATION_DESC = null; field in class:CountServerImpl
129 register(ACTIVATION_DESC);
144 rsi = (CountInterface)Activatable.register(ACTIVATION_DESC);
166 ACTIVATION_DESC = new ActivationDesc(agid,

Completed in 124 milliseconds