Lines Matching defs:id

67      * @return the activation id that can be used to activate the object
79 * Remove the activation id and associated descriptor previously
81 * can no longer be activated via the object's activation id.
83 * @param id the object's activation id (from previous registration)
90 public void unregisterObject(ActivationID id)
114 * @param id the activation group's identifier
120 * <code>id</code> is already active and that group is not equal
126 public ActivationMonitor activeGroup(ActivationGroupID id,
138 * @param id the activation group's identifier
145 public void unregisterGroup(ActivationGroupID id)
159 * the activation identifier, <code>id</code>. The change will take
162 * @param id the activation identifier for the activatable object
166 * @exception UnknownObjectException the activation <code>id</code>
175 public ActivationDesc setActivationDesc(ActivationID id,
182 * with the activation group identifier, <code>id</code>. The change will
185 * @param id the activation group identifier for the activation group
188 * <code>id</code> is not a registered group
196 public ActivationGroupDesc setActivationGroupDesc(ActivationGroupID id,
202 * identifier, <code>id</code>.
204 * @param id the activation identifier for the activatable object
205 * @exception UnknownObjectException if <code>id</code> is not registered
212 public ActivationDesc getActivationDesc(ActivationID id)
217 * with the activation group identifier, <code>id</code>.
219 * @param id the activation group identifier for the group
220 * @exception UnknownGroupException if <code>id</code> is not registered
227 public ActivationGroupDesc getActivationGroupDesc(ActivationGroupID id)