Lines Matching refs:group

123  * the group in which the object should be activated and invokes the
124 * activate method on the object's activation group (described by the
127 * necessary. For example, if an activation group for a specific group
129 * child process for the activation group. <p>
150 /** maps activation id to its respective group id */
153 /** maps group id to its GroupEntry groups */
160 /** number of simultaneous group exec's */
275 getTextResource("rmid.restart.group.warning"));
519 ActivationInstantiator group,
526 getGroupEntry(id).activeGroup(group, incarnation);
550 "ActivationDesc contains wrong group");
714 * Returns the groupID for a given id of an object in the group.
728 * Returns the group entry for the group id, optionally removing it.
729 * Throws UnknownGroupException if the group is not registered.
745 throw new UnknownGroupException("group unknown");
749 * Returns the group entry for the group id. Throws
750 * UnknownGroupException if the group is not registered.
759 * Removes and returns the group entry for the group id. Throws
760 * UnknownGroupException if the group is not registered.
769 * Returns the group entry for the object's id. Throws
771 * object's group is not registered.
781 throw new UnknownObjectException("object's group removed");
785 * Container for group information: group's descriptor, group's
786 * instantiator, flag to indicate pending group creation, and
787 * table of the group's actived objects.
811 transient ActivationInstantiator group = null;
836 * object in this group to be activated.
864 if (group != null) {
865 if (group.equals(inst)) {
868 throw new ActivationException("group already active");
873 throw new ActivationException("group not being created");
876 group = inst;
883 throw new UnknownGroupException("group removed");
891 throw new UnknownObjectException("object's group removed");
1035 group = null;
1084 // REMIND: print message that group did not terminate?
1164 // group has failed or is inactive; mark inactive
1168 getTextResource("rmid.group.inactive"),
1180 * signal that group activation failed, nested exception
1181 * specifies what exception occurred when the group did not
1189 * Returns the instantiator for the group specified by id and
1190 * entry. If the group is currently inactive, exec some
1191 * bootstrap code to create the group.
1199 if (group != null) {
1200 return group;
1248 "unable to create activation group", e);
1256 if (group != null) {
1257 return group;
1267 "activation group unregistered" :
1298 * Wait for the group to crash or exit.
1314 * Since the group crashed, we should
1458 * stub could be set to null by a group reset, so return
1600 * Log record for registering a group.
1653 * Log record for unregistering a group.
1682 * Log record for unregistering a group.
1709 * Log record for an active group incarnation
1738 * Initialize command to exec a default group.
1803 * Check group class name (allow nothing but the default),
1814 "access denied (custom group implementation not allowed)");
1818 * If group descriptor has a command environment, check
2138 * Acquire the group semaphore and return a group name. Each
2141 * holding the group semaphore. The calling thread will then acquire
2161 * Release the group semaphore. Every P operation must be