if (stream.readBoolean()) {
String activationGroupName = stream.readUTF();
( (DefaultAgenda) wm.getAgenda() ).getActivationGroup( activationGroupName ).addActivation( activation );
}
boolean activated = stream.readBoolean();
activation.setQueued(activated);
if (stream.readBoolean()) {
InternalFactHandle handle = context.handles.get( stream.readInt() );
activation.setFactHandle( handle );