Lines Matching refs:group

70      * @exception UnknownGroupException if group referred to in
94 * Register the activation group. An activation group must be
96 * can be registered within that group.
98 * @param desc the group's descriptor
99 * @return an identifier for the group
100 * @exception ActivationException if group registration fails
108 * Callback to inform activation system that group is now
111 * the <code>ActivationSystem</code> that the group is now
114 * @param id the activation group's identifier
115 * @param group the group's instantiator
116 * @param incarnation the group's incarnation number
117 * @return monitor for activation group
118 * @exception UnknownGroupException if group is not registered
119 * @exception ActivationException if a group for the specified
120 * <code>id</code> is already active and that group is not equal
121 * to the specified <code>group</code> or that group has a different
122 * <code>incarnation</code> than the specified <code>group</code>
127 ActivationInstantiator group,
132 * Remove the activation group. An activation group makes this call back
133 * to inform the activator that the group should be removed (destroyed).
135 * registered or activated within the group. All information of the
136 * group and its associated objects is removed from the system.
138 * @param id the activation group's identifier
141 * @exception UnknownGroupException if group is not registered
164 * @exception UnknownGroupException the group associated with
165 * <code>desc</code> is not a registered group
181 * Set the activation group descriptor, <code>desc</code> for the object
182 * with the activation group identifier, <code>id</code>. The change will
183 * take effect upon subsequent activation of the group.
185 * @param id the activation group identifier for the activation group
186 * @param desc the activation group descriptor for the activation group
187 * @exception UnknownGroupException the group associated with
188 * <code>id</code> is not a registered group
192 * @return the previous value of the activation group descriptor
216 * Returns the activation group descriptor, for the group
217 * with the activation group identifier, <code>id</code>.
219 * @param id the activation group identifier for the group
223 * @return the activation group descriptor